write sector on 128 mb card didn't work but on 32m it work
Posted: Wed Mar 30, 2005 9:44 am
i use your function for write a sector to a mmc card.
on 32mb card it work but in the 128mb card it didn't.
it never free from busy flag.
could you please guide me?
unsigned char MMCWriteSector(unsigned long lba, char *s)
{
unsigned int i;
MMCCommand(24, (lba<<9));
if (MMCGet() == 0xff)
return 1;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum