• 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
  • MMC card for STM32F30xx
    Hello, I am looking for a MMC card driver for STM32F30xx to be used in conjunction with Keil RTOS. The files in <C:\Keil\ARM\RL\FlashFS\Drivers> are only -- SDIO_STM32F2xx.c SDIO_STM32F4xx.c SDIO_STM32F103...
  • LPC2387 MMC interfacing
    Hi, I am using MMC card interfacing program from LPC23XX code bundle. But it can't detect what type of card means multimedia card or sd card. I make also changes in IRAM2 & giving address 0x7FD00000...
  • File access from the MMC
    Hi, I have been working on LPC2478 with the uvision IDE. Right now I am trying to bring a file on the SD card and open it in the web browser. I already have a function that extracts the required data...