Replies: 1 comment
-
|
SDIO is very timing critical compared to plain 1-bit SD card interfacing. Assuming you've covered the basic things like making sure no shared resources and only accessing the libraries from a single thread, maybe something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use SdFat to write to SD in a separate task in FreeRTOS and end up with messed up filesystem on SD.
When running a simple (not FReeRTOS) sketch on same board/SD wiring using SdFat and SDIO it works ok.
Any pointers as to what can or cannot be done to get SDIO work in FreeRTOS?
Other tasks in FreeRTOS:
Beta Was this translation helpful? Give feedback.
All reactions