• LPC23xx MCI Rx Overrun and Tx Underrun.
    Hi all, We are trying to read and write the data to and from (using FIFO (not DMA mode)) the SD card through MCI interface in LPC2368 MCB2300 board. While reading we are getting Rx Overrun error from...
  • 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...
  • MCI Driver for LPC1788
    Hi. I need MCI Driver for LPC1788 to use in MDK FlashFS. Does anyone have the source code? Thanks
  • LPC2378 MCI peripheral signals
    Hello, I've developed a system based on LPC2378 microcontroller and I've a problem with access to SD card using MCI peripheral (SD bus). I've read in LPC manual that signals on command and data...
  • 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...