cubeide-sd-card icon indicating copy to clipboard operation
cubeide-sd-card copied to clipboard

unmount and mount again fail

Open m3u8playlist opened this issue 2 years ago • 0 comments

The first time it's ok to mount the sd card and read/write files.

 MX_SPI3_Init();
 MX_FATFS_Init();
HAL_Delay(1000);
init_sdcard();

then I remove sd card and insert sd card, use the same code(above) to init sd card. It returns f_mount error (1)

Is there any extra work to do?

m3u8playlist avatar Feb 18 '23 03:02 m3u8playlist