Data Writing in SD card using imxrt1050 board and MCUXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Data Writing in SD card using imxrt1050 board and MCUXpresso

跳至解决方案
460 次查看
Shashi_ranjan_14
Contributor II

 

I am trying to Write data in the SD card, first time i am able to  create a files but second time executing the program the previous data automatically erased and only second file data available.

can any one please help me to how to turn off auto flash in the SD card Program 

currently i am using  evkbimxrt1050_sdcard_fatfs example .

Thanks

 

标记 (2)
0 项奖励
1 解答
449 次查看
jingyangxie
Contributor V

Hi,

You need to change the macro FF_USE_MKFS to 0

在原帖中查看解决方案

2 回复数
426 次查看
Shashi_ranjan_14
Contributor II

Hii 

thanks 

it's working

 

0 项奖励
450 次查看
jingyangxie
Contributor V

Hi,

You need to change the macro FF_USE_MKFS to 0