Hi~:
I use microsd card on nrf21540, the sd card mounted success and write file success, but after some time ,I found write error.
And this issue can be reappeared. Can you give me some suggession.Thanks!
I use the ncs V1.9.
Hi~:
I use microsd card on nrf21540, the sd card mounted success and write file success, but after some time ,I found write error.
And this issue can be reappeared. Can you give me some suggession.Thanks!
I use the ncs V1.9.
Hi,
Are you using a nRF21540 DK, or a custom board with this chip? I assume that the SD card is connected to the nRF52840 and not nRF21540?
How is the SD card connected to the chip?
Can you post your prj.conf and overlay files?
Can you check if setting the log level of the SDMMC library to DBG reveals more details about the failure?
Best regards,
Jørgen
I using nRF21540 DK. And this is my prj.conf and overlay.
And this is the debug info when error happen.
Is the SD card mounted in an external SD card socket? If so, what kind of socket? Is the socket soldered to the board, or connected through jumper wires/breadboard?
Do the error occur at a specific file/point in application, or at a specific time, or does it happen at random?
Have you tested if the latest nRF Connect SDK v2.1.0 release have the same issue?
I test with the nRF Connect SDK v2.1.0,but the demo fat-fs can not work.this is my overlay,is there any error.
Build no error but a warning "No SOURCES given to Zephyr library: drivers__disk".
I have see this issue https://devzone.nordicsemi.com/f/nordic-q-a/84784/sample-fat_fs/354126,