Hi All,
I'm trying to interface a SD Card with nRF52840 DK.
I've got a SD Card socket and a FAT32 formatted 8GB sd card.
When I run, fatfs example , I get following error
<info> app: FATFS example started.
<info> app: Initializing disk 0 (SDC)...
<info> app: Capacity: 7580 MB
<info> app: Mounting volume...
<info> app: Mount failed.Error Code : 13
Can someone point me to resolve this error ?
Thanks.