f_open on SD card returns FR_NO_FILESYSTEM when SCB_EnableDCache() is called
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-09 7:36 AM
Hi,
In my project, I need to use an SD card and also GUI taht requires dcache.
I noticed that when SCB_EnableDCache() is called in main(), f_open(..) returns FR_NO_FILESYSTEM.
it works normally when it is SCB_EnableDCache() is not called.
I suppose I need to invalidate the DCache somehow, but how?
I tried calling SCB_InvalidateDCache() and SCB_CleanDCache() in SDMMC1_IRQHandler, but it didn't help.
I didn't use SCB_CleanInvalidateDCache_by_Addr because I don't know which (if any) address is relevant.
How can I fix this? thanks!
Labels:
- Labels:
-
SDIO-SDMMC
-
STM32H7 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-14 2:52 AM
i solved your problem with this configuration MPU:
