• LPC2378 interface with AT45DB321D(SPI)
    Dear Sir, I am trying to make communication with flash memory AT45DB321D with LPC 2378 every register get modified except data register, here is the code given below, #define Cclk 12000000 /...
  • Interfacing external RAM with lpc2378
    Hi, I am using ARM7 - LPC2378. I want to interface the external RAM 6264 with lpc2378. Can i use EMC (External Memory Controller) of lpc2378. I dont know how to use that. Please tell me how...
  • LPC2378 interface with AT45DB321D(SPI)
    Dear Sir, I am trying to make communication with flash memory AT45DB321D with LPC 2378 every register get modified except data register, here is the code given below, #define Cclk 12000000 /...
  • Interfacing external RAM with lpc2378
    Hi, I am using ARM7 - LPC2378. I want to interface the external RAM 6264 with lpc2378. Can i use EMC (External Memory Controller) of lpc2378. I dont know how to use that. Please tell me how...
  • how to interface spi whith lpc2378
    thank you i write thiis code for simple write and read data in spi but i m not getting output InitSPI(); IOCLR0 = SPI0_SEL; Write_SPI(0x84); // opcode Write on buffer 1 Write_SPI(0x00); Write_SPI...