• NXP LPC2378 (ARM7 core) communication via SPI protocol
    I want to communicate NXP LPC2378 (ARM7 core) to some other devices via SPI (Serial Peripheral Interface) protocol. So how to write a C code to communicate a particular device as a Slave with Master ...
  • NXP LPC2378 (ARM7 core) communication via SPI protocol
    I want to communicate NXP LPC2378 (ARM7 core) to some other devices via SPI (Serial Peripheral Interface) protocol. So how to write a C code to communicate a particular device as a Slave with Master ...
  • Interfacing LPC2378 with MCP3208 ADC using SPI protocol
    Can anyone provide me the working code of interfacing of any ADC (preferably MCP3208) and LPC2378 or LPC1248 using SPI? My below code is not working this is my main pgm: int main() { Init_2378...
  • Interfacing LPC2378 with MCP3208 ADC using SPI protocol
    Can anyone provide me the working code of interfacing of any ADC (preferably MCP3208) and LPC2378 or LPC1248 using SPI? My below code is not working this is my main pgm: int main() { Init_2378...
  • Addressing a ADC via SPI without MOSI
    Hello, A colleague of mine has designed a system that hosts a ADC device connected to a SPI bus, but only via the MISO (the MOSI pin of that particular bus is used for another purpose and cannot...