• 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...
  • SD/MMC MCI interface in LPC2368
    Hi All, LPC2368 uController has SPI intarface and SD/MMC MCI intarface, where SD card supports both SD and SPI protocol modes. If We want to work in SPI mode with SD card then what are the changes...
  • SD/MMC MCI interface in LPC2368
    Hi All, LPC2368 uController has SPI intarface and SD/MMC MCI intarface, where SD card supports both SD and SPI protocol modes. If We want to work in SPI mode with SD card then what are the changes...
  • 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...