I’ve been trying to wake up the SD card on the Cerb by following some of the examples given in Coocox.
They seem to have (2), the iFAT and the ub_FATfs. I tried both, but didn’t have luck with either. the iFAT seems to fail during the init because they haven’t (or I don’t see) included the actual hardware config code.
And the ub_fatfs (which looks complete) give me linker errors.
[cc] Starting link
[cc] …\obj\stm32_ub_sdcard.o: In function CmdResp2Error': [cc] C:\Users\test\Documents\FatExperiementUb\apps\Cerb_CoOs\lo_level_ub/stm32_ub_sdcard.c:2058: undefined reference to
SDIO_ClearFlag’
Has anyone had luck with either, or getting the card going under CoOs?
Thanks