• 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...
  • 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...
  • 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...
  • SD/MMC Card on MCB2300 Board (LPC2368)
    Hi All, Any one knows where I can get an example code to test SD/MMC card? There is a SD/MMC card holder on MCb2300 Board,I want to try this function before full version of compiler and RL-ARM are...