Hi There,
I am attempting to make my application somewhat bulletproof and I wanted to handle a situation where someone pulls the memory card without closing the card.
I tried setting some values in MMC_InitObj for memory clocks before response timeout and memory clocks before data timeout and MMC_write simply will not return. Does this work or am I missing something?
Here are my settings.
MMC_InitObj Init={ 0,0,0,1,7,5,100,20000,512};
Thanks in advance!
Cam