Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unmount and mount again fail #14

Open
m3u8playlist opened this issue Feb 18, 2023 · 0 comments
Open

unmount and mount again fail #14

m3u8playlist opened this issue Feb 18, 2023 · 0 comments

Comments

@m3u8playlist
Copy link

m3u8playlist commented Feb 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant