We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The first time it's ok to mount the sd card and read/write files.
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?
The text was updated successfully, but these errors were encountered: