driver_examples of SDK_2.2_LPC54608J512,sdcard-fatfs has erased other files existed in SD

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

driver_examples of SDK_2.2_LPC54608J512,sdcard-fatfs has erased other files existed in SD

Jump to solution
1,358 Views
zhixiangzeng
Contributor II

When I was doing this demo, I created the file in SD card,  both DIR1 and DIR2 succeeded, but wiped out all the files in my SD card. What's the reason for this? Is there a way not to erase?

Labels (1)
1 Solution
959 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hello zhixiang,

    Just do this modification:

1. open ffconf.h

   Line 50, change _USE_MKFS to 0.

Disable f_mkfs function

pastedImage_1.png

2. New test result

  This is my test result in the SD card.

pastedImage_2.png

After point 1 modification, build and download it to the board again.

You can find the folder test and test.txt still exist.

You can try it on your side.


Have a great day,

Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

8 Replies
959 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hello zhixiang zeng,

    Do you use the official KSDK sd sample code directly on LPC54608 board?

   Could you give me the details steps which can reproduce your problem? Then I can check and test it on my side.


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
959 Views
zhixiangzeng
Contributor II

Hi,there are  1 file and 1 folder  existed my SD card .When after I run the examples "SDK_2.2_LPC54608J512\boards\lpcxpresso54608\driver_examples\sdcard_fatfs",the  both DIR1 and DIR2 succeeded123.png

but  the file test and folder test have been erased.There are only the DIR_1 created by the fatfs.

fatfs创建文件夹.png

0 Kudos
959 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Zhixiang,

   Just as I have told you, f_mkfs function will do the disc format, more details please check this link:

FatFs - f_mkfs 

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
959 Views
zhixiangzeng
Contributor II

How to avoid deleting other  files in my SD card ? Do you have any ideas or suggestions?

0 Kudos
960 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hello zhixiang,

    Just do this modification:

1. open ffconf.h

   Line 50, change _USE_MKFS to 0.

Disable f_mkfs function

pastedImage_1.png

2. New test result

  This is my test result in the SD card.

pastedImage_2.png

After point 1 modification, build and download it to the board again.

You can find the folder test and test.txt still exist.

You can try it on your side.


Have a great day,

Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

959 Views
zhixiangzeng
Contributor II

Hi,Kerry!

       I have solved the problem last night, and the modifications I made were the same as you mentioned. Anyway, thank you very much for your support.

0 Kudos
959 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hello Zhixiang,

   You are welcome!

   If your problem is solved, please mark the correct answer to close this case, thank you and have a nice day!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
959 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Zhixiang,

   I already reproduce your problem, and I am working on it, it needs time to process it.

  f_mkfs function will delete all the file in the SD card. I am still checking it.

   Any updated information will let you know, please wait patiently now.

   Thanks a lot for your understanding.


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos