• SPI0 Communication
    While trying to communicate with an accelerometer via SPI, I observe that my S0SDR register supplies only a FFFF as a value and does not accept any other value. Can somebody help?
  • LPC2136 UART0 interrupt not working
    Hi all, Im using LPC2136 and i want to use the UART0 serial port interrupt to receive data but it does not work. configure all the registers and I do not see any jump towards the interruption when...
  • SPI0 on LPC2148 (MCB2140)
    Hi, I'm working with a Keil MCB2140 board (LPC2148). I want to communicate with a Chipcon cc2420 transceiver chip via SPI. There for I'm using the lpc2148 spi0 interface and the following c-code...
  • SPI0 communication with an acceleromter.
    I am trying to communicate with accelerometer, ADIS 16006 via SPI0. However, i am getting only one output from the accelerometer regardless of its orientation. Also, all the online help available uses...
  • LPC2214 ->SPI0 Logic analyzer
    Why I don't see clock signal (SCK) in logic analyzer. I use mask 0x00000010(PORT0). Does the program is corect? #define SPIF (1<<7) #define SPI0_SEL 0x00000080 #define SPI0_MSTR 0x00000020 #define...