Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
SPI
仿真
文件系统
RT Studio 仿真,文件系统挂载不了
发布于 2021-08-11 09:34:11 浏览:1631
订阅该版
各位大神,使用stm32f429-fire-challenger仿真,运行时spi设备挂载不了,这是什么原因。 ![image.png](https://oss-club.rt-thread.org/uploads/20210811/2a7a67ee33b2315efb002d2e3a46da7d.png) ![image.png](https://oss-club.rt-thread.org/uploads/20210811/8bdbc53cb56823198e2a3afdf97f415e.png) ![image.png](https://oss-club.rt-thread.org/uploads/20210811/3a4e7ddab3230a29a2c940e1bb984421.png) ![image.png](https://oss-club.rt-thread.org/uploads/20210811/33f2b9ad28505bc4850b476b3ecce55f.png) ``` D:\RT-ThreadStudio\workspace\rt-fire>D:/RT-ThreadStudio/repo/Extract/Debugger_Support_Packages/RealThread/QEMU/4.2.0.4/qemu-system-arm.exe -M stm32f429-fire-challenger -sd sd.bin -nographic --kernel Debug/r tthread.bin -serial stdio -monitor null -show-cursor WARNING: Image format was not specified for 'sd.bin' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted. Specify the 'raw' format explicitly to remove the restrictions. [D/drv.sdram] sdram init success, mapped at 0xD0000000, size is 8388608 bytes, data width is 16 \ | / - RT - Thread Operating System / | \ 4.0.4 build Aug 11 2021 2006 - 2021 Copyright by rt-thread team lwIP-2.0.3 initialized! [I/sal.skt] Socket Abstraction Layer initialize success. [D/SFUD] (../rt-thread/components/drivers/spi/sfud/src/sfud.c:862) The flash device manufacturer ID is 0x00, memory type ID is 0x00, ca [D/SFUD] (../rt-thread/components/drivers/spi/sfud/src/sfud_sfdp.c:122) Error: Check SFDP signature error. It's must be 50444653h('S' ' [I/SFUD] Warning: Read SFDP parameter header information failed. The W25Q128 is not support JEDEC SFDP. [I/SFUD] Warning: This flash device is not found or not support. [I/SFUD] Error: W25Q128 flash device is initialize fail. [E/SFUD] ERROR: SPI flash probe failed by SPI device spi50. msh /> msh />list_device device type ref count -------- -------------------- ---------- spi50 SPI Device 0 e0 Network Interface 0 spi5 SPI Bus 0 uart1 Character Device 2 pin Miscellaneous Device 0 ```
查看更多
3
个回答
默认排序
按发布时间排序
zhkag
2021-08-11
这家伙很懒,什么也没写!
感觉大概率是时间的问题,仿真启动时间和实际运行时间相比太长了,可能就会导致某些设备启动不了
出出啊
2021-08-11
恃人不如自恃,人之为己者不如己之自为也
``` [D/SFUD] (../rt-thread/components/drivers/spi/sfud/src/sfud_sfdp.c:122) Error: Check SFDP signature error. It's must be 50444653h('S' ' [I/SFUD] Warning: Read SFDP parameter header information failed. The W25Q128 is not support JEDEC SFDP. ``` 第一行错误信息,读 flash 的sfdp 出错了。要么是 spi 没配置好,要么是 flash 不支持 sfdp 。 1. 检查 msp 里spi 引脚配置是否正确。 2. 取消 sfud 的 SFUD_USING_SFDP 这个宏配置,跳过读取 sfdp 头的过程。
liuduanfei
2021-08-11
这家伙很懒,什么也没写!
首先确定是不是支持W25Q128
撰写答案
登录
注册新账号
关注者
0
被浏览
1.6k
关于作者
tenda
这家伙很懒,什么也没写!
提问
1
回答
0
被采纳
0
关注TA
发私信
相关问题
1
BBB的SPI驱动
2
求个SPI上挂两个或多个设备的使用例子
3
SPI设备有个bug
4
spi flash 的fatfs使用一段时间后读写文件出现故障
5
SPI驱动
6
请教rt_spi_configure函数理解
7
SPI FLASH挂载的问题
8
SPI-FLASH 文件系统 SPIFFS
9
求助一个完整的 spi flash 驱动
10
关于同时使用文件系统与SPI FLASH的问题
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用
2
Rt-thread中OTA下载后,bootloader不搬程序
3
ulog 日志 LOG_HEX 输出时间改为本地日期时间
4
在RT-Thread Studio中构建前执行python命令
5
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
xusiwei1236
8
个答案
2
次被采纳
踩姑娘的小蘑菇
1
个答案
2
次被采纳
用户名由3_15位
9
个答案
1
次被采纳
bernard
4
个答案
1
次被采纳
RTT_逍遥
3
个答案
1
次被采纳
本月文章贡献
聚散无由
2
篇文章
15
次点赞
catcatbing
2
篇文章
5
次点赞
Wade
2
篇文章
4
次点赞
Ghost_Girls
1
篇文章
7
次点赞
YZRD
1
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部