You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to port an async fatfs library for sdcard. So far, I got it working with spi.
But I need the sdio interface. Looking at the doc, the closest I've found is the sdhc api but I do not see any callbacks, so it seems to be synchronous only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to port an async fatfs library for sdcard. So far, I got it working with spi.
But I need the sdio interface. Looking at the doc, the closest I've found is the sdhc api but I do not see any callbacks, so it seems to be synchronous only.
What would be the best choice here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions