• 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
  • Does it is Possible to Erase & Write Sector 0 in LPC2214
    Hi, I am implementing a functionality of IAP in LPC2214, for start up I have written a simple code in which I am able to ease Sector 0 & other Sectors as Well, but when I try to write any data on...
  • 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...
  • Running from external flash
    Hi! I'm using the MCB167-NET. I have done a program using the serial port, so I use a simulated serial port to communicate with the PC using Monitor. Actually, I have burned an external Flash with the...