• 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...
  • RTS/CTS on LPC2214
    Does the Auto RTS / CTS on UART1 on the LPC2214 work as described in the documentation? Just looking for a heads up on the same. Regards Sudhir
  • RTS/CTS on LPC2214
    Does the Auto RTS / CTS on UART1 on the LPC2214 work as described in the documentation? Just looking for a heads up on the same. Regards Sudhir
  • 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...
  • Not able to Erase Sector 0 in LPC2214 using IAP
    Hi, I want to implement the functionality of IAP in LPC2214.... for testing purpose I have taken the sample code form keil..... In this code I have tried to erase all the sector & write data . I...