I compiled a new project with NNDK 2.8.4, and I'm not able to access the same card on the same hardware. f_mountfat returns F_ERR_NOTFORMATTED, even though I know it's FAT32 and mounts fine with the 2.6.5 image. To try to eliminate my project as the source of errors, I compiled the 2.8.4 EFFS-BASIC example project and f_mountfat returns the same error code there as well. Output from the EFFS-BASIC example:
Does anyone know if there were breaking changes in the NNDK between those versions, or am I doing something wrong? Thanks!DHCP assigned the IP address of :192.168.0.100
Retrieving external flash usage...
*** Error in f_getfreepace(): F_ERR_NOTFORMATTED
Creating test file: TestFile.txt
*** Error in f_open(TestFile.txt) during task(Main)
F_ERR_INVALIDNAME
Unmounting SD/MMC card
Program complete. Reset to repeat