Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
SFUD
bench
10
SFUD bench测试失败
发布于 2021-06-15 15:51:49 浏览:1246
订阅该版
1、测试环境 硬件:I.MX 1052 rtthread版本:4.0.3 IDE版本:keil 5.27 Flash芯片:W25Q128 SPI:4线spi,非qspi 2、初始化打印如下 ``` [W/SFUD] [SFUD] Warning: The OS tick(500) is less than 1000. So the flash write will take more time. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud.c:861) The flash device manufacturer ID is 0xEF, memory type ID is 0x40, capaci [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:131) Check SFDP header is OK. The reversion is V1.5, NPN is 0. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:173) Check JEDEC basic flash parameter header is OK. The table id is 0, [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:203) JEDEC basic flash parameter table info: [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:204) MSB-LSB 3 2 1 0 [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0001] 0xFF 0xF9 0x20 0xE5 [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0002] 0x07 0xFF 0xFF 0xFF [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0003] 0x6B 0x08 0xEB 0x44 [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0004] 0xBB 0x42 0x3B 0x08 [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0005] 0xFF 0xFF 0xFF 0xFE [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0006] 0x00 0x00 0xFF 0xFF [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0007] 0xEB 0x40 0xFF 0xFF [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0008] 0x52 0x0F 0x20 0x0C [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:206) [0009] 0x00 0x00 0xD8 0x10 [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:215) 4 KB Erase is supported throughout the device. Command is 0x20. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:234) Write granularity is 64 bytes or larger. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:245) Target flash status register is non-volatile. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:271) 3-Byte only addressing. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:305) Capacity is 16777216 Bytes. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:311) Flash device supports 4KB block erase. Command is 0x20. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:311) Flash device supports 32KB block erase. Command is 0x52. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud_sfdp.c:311) Flash device supports 64KB block erase. Command is 0xD8. [I/SFUD] Find a Winbond flash chip. Size is 16777216 bytes. [D/SFUD] (..\..\..\components\drivers\spi\sfud\src\sfud.c:840) Flash device reset success. [I/SFUD] norflash0 flash device is initialize success. [I/SFUD] Probe SPI flash norflash0 by SPI device spi30 success. ``` 3、msh 指令测试如下,测试正常 ``` msh >sf read 0 32 Read the sf_cmd flash data success. Start from 0x00000000, size is 32. The data is: Offset (h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F [00000000] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................ [00000010] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................ msh >sf write 0 0 1 2 3 4 5 6 7 Too many args ! We only Use: sf write 0 0 1 2 3 4 5 6 Write the sf_cmd flash data success. Start from 0x00000000, size is 7. Write data: 0 1 2 3 4 5 6 . msh >sf write 7 7 8 9 10 11 12 13 14 Too many args ! We only Use: sf write 7 7 8 9 10 11 12 13 Write the sf_cmd flash data success. Start from 0x00000007, size is 7. Write data: 7 8 9 10 11 12 13 . msh >sf read 0 32 Read the sf_cmd flash data success. Start from 0x00000000, size is 32. The data is: Offset (h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F [00000000] 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D FF FF ................ [00000010] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ................ ``` 4、sf bench 测试,读失败 ``` msh >sf bench yes Erasing the sf_cmd 16777216 bytes data, waiting... Erase benchmark success, total time: 35.413S. Writing the sf_cmd 16777216 bytes data, waiting... Write benchmark success, total time: 131.036S. Reading the sf_cmd 16777216 bytes data, waiting... Data check ERROR! Please check you flash by other command. Read sf_cmd failed, already rd for 0 bytes, read 256 each time Read benchmark has an error. Error code: 3. This flash operate has an error. Error code: 3. ``` 比较奇怪的一个点是,bench测试失败,在通过sf read/write 测试,读写不正常。 但是在程序启动后测试都正常, easyflash也能正常启动,但是bench测试通不过 ``` msh >pr printenv msh >printenv iap_need_copy_app=0 iap_need_crc32_check=0 iap_copy_app_size=0 stop_in_bootloader=0 mode: next generation size: 188/4096 bytes. msh >seten setenv msh >setenv boottime 0 msh >saveenv msh >pr printenv msh >printenv iap_need_copy_app=0 iap_need_crc32_check=0 iap_copy_app_size=0 stop_in_bootloader=0 boottime=0 mode: next generation size: 221/4096 bytes. ```
查看更多
2
个回答
默认排序
按发布时间排序
zhkag
2021-06-15
这家伙很懒,什么也没写!
1、 > 在通过sf read/write 测试,读写不正常。 我看sf read/write是正常的啊 2、其次你要明白bench测试,测试的到底是什么
flashman2002
2021-06-15
这家伙很懒,什么也没写!
我估计是你的os tick设置不对:Warning: The OS tick(500) is less than 1000.
撰写答案
登录
注册新账号
关注者
0
被浏览
1.2k
关于作者
freedom195
好好学习,天天向上
提问
33
回答
57
被采纳
1
关注TA
发私信
相关问题
1
【分享】如何使用 SFUD 库来操作 SPI Flash 设备
2
SFUD怎么使用
3
请教大家一下关于 SFUD 的的问题
4
移植sfud
5
使用SFUD操作FLASH
6
env使用easyflash不是3.2.4版本,而且没有type插件?
7
新增了W25X32设备成功,无法格式化
8
easyflash随着数据存储量增加,耗费时间加长
9
关于SFDP的问题
10
spi nand flash 能使用SFUD驱动吗
推荐文章
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
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
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
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
at_device
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
7
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
3
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部