• Writing MCI FIFO - LPC2368
    Hi Im trying to write in MCI FIFO but without success.. Im doing like: MCI_DATA_CTRL = 0x11; _printf("\r\nFIFO_COUNTER = 0x%X", MCI_FIFO_CNT); MCI_FIFO |= 0xFFFFFFFF; _printf("\r\nFIFO...
  • LPC2368 MCI "ReadBlock" Problem
    Hi guys I try to use MCI Controller in LPC2368. I'm using the example on "code.bundle.lpc23xx.lpc24xx.uvision.zip" program for LPC236X for testing the SD card by reading to it and verifying. this...
  • LPC3131 : DMA and MCI interface
    Hi, I'm trying to perform DMA transfer from LPC3131 internal RAM to MCI port. MCI block got 32x32 Bits FIFOs, but I wish to perform 512 bytes transfer ideally without help of the CPU during the...
  • LPC2478 MCI interface with SDHC
    Hi Everyone, I am using MCB2470U LPC2478 evaluation board. i am trying to interface an 16 GB SDHC card using MCI mode but I am not getting any response from the SDHC card. But the code was working...
  • problem with mci
    hi to all, i done a project that in it i use sd card as storage, for some while it work prefet but after some time when i bought new sd card it dose not work. my new sd card is 4Gb class 10 while my...