码迷,mamicode.com
首页 > 其他好文 > 详细

rt-thread 添加spi flash无法格式化和问题

时间:2021-01-25 11:37:57      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ror   device   sys   方法   system   sector   lock   orm   默认   

在添加SST25VF016B格式化和挂载文件系统时遇到无法格式化的问题,提示如下

 

The sector size of device is greater than the sector size of FAT.
[D/main] elmfs on SST25 mount fail
format error

 

解决方法:

rtconfig.h文件

#define RT_DFS_ELM_MAX_SECTOR_SIZE 4096   之前默认是512,改为4096

dfs.h文件

#define SECTOR_SIZE              4096  之前默认是512,改为4096

 

成功提示

[D/main] elmfs on SST25 mount fail
[D/main] make elmfs on SST25,then remount
[D/main] elmfs on SST25 mount ok
disk free: 1.9 MB [ 506 block, 4096 bytes per block ]
[D/main] system start

rt-thread 添加spi flash无法格式化和问题

标签:ror   device   sys   方法   system   sector   lock   orm   默认   

原文地址:https://www.cnblogs.com/arthurly/p/14319201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!