define RT_DFS_ELM_CODE_PAGE 437
define RT_DFS_ELM_WORD_ACCESS
define RT_DFS_ELM_USE_LFN_3
define RT_DFS_ELM_USE_LFN 3
define RT_DFS_ELM_MAX_LFN 255
define RT_DFS_ELM_DRIVES 2
define RT_DFS_ELM_MAX_SECTOR_SIZE 4096
define RT_DFS_ELM_REENTRANT
define RT_USING_DFS_DEVFS
1.RT_DFS_ELM_MAX_SECTOR_SIZE 设置为512时,可以读取SD卡,但不能读取25Q32,出现如下问题
The sector size of device is greater than the sector size of FAT.
2.RT_DFS_ELM_MAX_SECTOR_SIZE 设置为4096时,能正常操作25q32,但是无法读取SD卡(检测不到SD卡)
加载romfs,SD与flash都可以跑了,但是无法读取SD卡中的文件,请问又碰到过这种问题吗