SDK 17
Soft device 7.2.0
nRF52840
Started with the 'fatfs' example, updated it to allow uninit, and to not reinit the IO if init is called multiple times.
it's working well. mount / unmount / remount, read / write, dir all works
However, if I eject the sd card and then reinsert it, now mounting; 'f_mount(%fs, "",1);' fails with a FR_DISK_ERR in ff.c find volume()
Any ideas? is this a SPI issue?
Thanks
Keith Vasilakes