尝试写入文件失败了,这个在哪里配置?AIC_FATFS_ENABLE_WRITE_IN_SPINOR
离线
在menuconfig中找到file system image0,并设置为FATFS文件系统,确保FATFS enable write func in spinor选项被选中。
离线
AICxia 说:
在menuconfig中找到file system image0,并设置为FATFS文件系统,确保FATFS enable write func in spinor选项被选中。
好像最新SDK 没有这个选项 现在是file system image0是只读的fatfs,要读写得配置file system image1为litterfs 然后挂载到data和data.lfs,
离线