• 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...
  • 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 /...
  • LPC2378 SPI TO DAC INTERFACE FOR 24bits.
    when i go through data sheet i found tat i can able to send max of 16bits. but i need to send 24bits, is it possible to write 24bits? if i write into 3 segments dac wil consider as three diff data is...
  • SPI interface on LPC2378 with atmel dataflash
    Dear all I have to do ARM7 (LPC2378)SPI (serial periferal interface) interface with 45DB161B Atmel data flash. I am new about SPI interface in ARM7.so will u provide me any application note ,technical...
  • LPC2378 + SPI
    Hi All I am using LPC2378 to interface with the CLRC632 through SPI bus , i have used the example code provided by the nxp but its not working out the system waits in the while loop in the data transmitting...