• Error in opning file in MMC
    Hi My code is : i=0; i=finit("M0:"); if(i!=0) return; fp=fopen("M0:\\myconfig.dat","r"); if(fp==NULL){ fclose(fp); } File myconfig.dat not in MMC but fopen return 0x10001B48 where is problem...
  • Bootloader from MMC/SD-Card
    Hello everybody, Is there a Bootloader wich load the firmware from a flash card (MMC or SD)? I use uVision3 for programming an LPC2148. I just found App Notes but no Examples. Could anyone help...
  • mmc copy
    To copy all files or folder from one mmc card to another using lpc2132 with FAT32
  • mmc not init
    I am interfacing mmc with lpc2132 microcontroller. some mmc of kingmax mobile mmc send the reply of cmd0(0x40,0x00,0x00,0x00,0x95) command but some mmc not send any reply of cmd0 command.
  • MMC card
    I am trying to use a MMC with AT89C51RD2, but my SPI port is already occuped. Does anyone knows a library that do this without using SPI ports. Regards Gustavo