Question
How use chan FatFS Library in stm32f030
Hello
I use stm32f030k6t6 and i want to read micro sd with chan library.
so i download and use the sample project (http://elm-chan.org/fsw/ff/ffsample.zip)
there is a file named Stm32f100.h on the sample project.if i use other stm32f1xx its work .but when i use stm32f0x its doesn't work and stuck on
CS_HIGH(); /* Set CS# high */
(this line is in the fat_sd_spi.c).
how can i use this library in stm32f030?
