STM32 SD Library #2702
STM32 SD Library
#2702
-
Can I check that all the SDIO related issues in the device errata for the STM32F407 have been addressed in the STM32 SD library? I'm having issues on an STM32F407ZET6 with datafile.write() returning zero periodically. |
Beta Was this translation helpful? Give feedback.
Answered by
fpistm
Mar 27, 2025
Replies: 1 comment 6 replies
-
Hi @jmanncontrel Yes you can check. 😉 No specific ES are addressed. The library is common for all stm32 series supporting SDIO or SDMMC. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
jmanncontrel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jmanncontrel Yes you can check. 😉
No specific ES are addressed. The library is common for all stm32 series supporting SDIO or SDMMC.
Up to end user to ensure to not match one of them.
Flow control is disabled, I bet the issue is the one related to 48MHz clock. So try to update the systemCoreclock config.