Posted on July 10, 2014 at 11:01
Hi,
I would like to be able to read files on the microSD card 2GB with the stm3210E-eval board. I implemented the diskio.c functions for FatFs in read only.
When I call the f_open() function I alway...
Posted on July 11, 2014 at 14:15
I thought that the differences between the STM32F4 and STM32F10 would be in the implementation of the SD_ReadMultipleBlock() and SD_WriteMultipleBlock() functions. I guess I was wrong.
Moreover, the exampl...
Posted on July 11, 2014 at 09:40Lifting code from an F4 implementation might not be the way to go unless you fully understand the underlying driver code.Do you mean the library I use is for F4 or the code I show you before. I'm pretty sure the libra...
Posted on July 10, 2014 at 17:42 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=06...
Posted on July 10, 2014 at 13:53Have you tried to debug ?What do you mean by debug? I am currently using IAR Embedded Workbrench IDE with an I-Jet probe.With a step by step procedure I haven't found were the problem comes from. Could it be in the di...