Data Writing in SD card using imxrt1050 board and MCUXpresso

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Data Writing in SD card using imxrt1050 board and MCUXpresso

Jump to solution
420 Views
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

 

Tags (2)
0 Kudos
1 Solution
409 Views
jingyangxie
Contributor V

Hi,

You need to change the macro FF_USE_MKFS to 0

View solution in original post

2 Replies
386 Views
Shashi_ranjan_14
Contributor II

Hii 

thanks 

it's working

 

0 Kudos
410 Views
jingyangxie
Contributor V

Hi,

You need to change the macro FF_USE_MKFS to 0