2024-12-04 05:25 AM - last edited on 2024-12-04 06:02 AM by SofLit
I am working with stm32h750xb. i want to mount and write data at different time interval
i am using fatfs and SDMMC
If i mount it in main and try to write in loop it is not working it showing error
so i did both in loop i was able to write and read. but i can do it only once , if i unmount and try to mount again its showing error
So i want to know how to remount after unmounting
and also why i am not able to write if i mount in main and write in loop
2024-12-04 05:55 AM
@DeepakY wrote:its showing error
What is showing error?
What error(s), exactly, is it showing?
What debugging have you done to find the reason for the error?
Give full hardware and software details.