[mention]stan[/mention] The STM32 core does not provide examples like Libmaple core because it is as much as possible compatible with Arduino API. Then it is compatible with all Arduino library following those API. So examples are the same than the library ones. Libmaple core does not have this &quo...
Well, I never use SDFat.
The STM32 core API follows the Arduino API reference so if the library use them then it should work.
Anyway I've tried the SDinfo default example and it can access my SD card info but the begin failed.
I've have no more clue and does not have time to dig into this