This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can't get fatfs work on sdk 15.3

Hello,

I was trying to make fatfs example work on my nrf52_pca10040 board, but it always fail to init (<info> app: Disk initialization failed.)

I'm using a 4GB sd card, seems it's supposed to be formatted by 512 bytes block, how to do that? ( it's in 64kB block now, formatted on windows, which don't have another option for FAT file system.)

Related