• SD Card managing
    Hello I'm looking for information to manage a SD card onto a hardware build around a LPC2xxx CPU. I'll use ARTX kernel and RealView Compiler . I've already found efsl library but it was generated...
  • microSD card on LPC2368 with SSP0
    Hi there, I try to use microSD on LPC2368 with SSP0 (SCK0 on P1.20, SSEL0 on P1.21, MOSI0 on P1.24 and MISO0 on P1.23), can somebody share with me experience or some workign example with above settings...
  • SD Card Initialization - LPC2368
    Hello I´m having a problem to make a SD Card Interface. I´ve tried to use some examples including the one that NXP provides. I cant initialize the SD Card. On my board I'm using a MicroSD Card...
  • ************Please help~SD Card @ LPC2368*****************
    Hi, I'm trying to communicate with a SD card on SD bus. now,I read manual LPC23xx in chapter SD/MMC card and Data sheet sandisk SD card.is it enough? Have you got any suggestion to me(or for read...
  • 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...