Hi,
I wanted to test the SD-card example from keil using the native MCI interface with an SD card. It detects well an Formatted SDcard inserted but asks me forever to format the card and then , that the format failed... When a took a look into the source, it seems mci_init() return well (__TRUE value), but when I did an mci_read_sect in order to read the sector 0, it failed. I really didn't find what's wrong...
Best Regards
Hello Yann Suisini,
Please see also http://www.keil.com/support/docs/3357.htm
Best Regards, Martin Guenther
It's ok now . the ram tip was ok , I just accidently removed a line (and it returned always with __false condition...) hmm Hmm :)
Thanks all for your help !