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

nRF52840 USB MSC + FAT32

Hi,

I am working on one of my application using nRF52840 DK consisting of USB MSC and NUS. In USB MSC example, 8Mbytes of flash is used as mass storage with FAT (FAT12/16). I want to the nRF840 as mass storage with other system having FAT32 support. I tried to nRF840 to my device but it is not getting detected. 

Can you please suggest the way where I can emulate the 8MBytes of memory to some bigger size (more than 32MBytes) so that FATFS drivers can classify it as FAT32. I tried to change the detected cluster size to some bigger number in fatfs driver but need to make a change at many places. 

Do we have any application example for USB MSC with SD card as mass storage ?

 

Regards,

Nikhil 

Related