• 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...
  • 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 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?
  • 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?
  • 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...