• LPC2294
    I would like to simulate UART feature on keil. #include <lpc22xx.h> void main(void) { PINSEL0 = 0x1; VPBDIV = 0x11; U0LCR = 0x8F; U0TER = 0x00; U0FCR = 0x01; U0THR = 1; U0FDR = 0x10;...
  • LPC2294 UART Interrupt problem
    Hi All, I recognized that I have an interrupt problem. I can't get into the vector both after receive or transmit. I checked all the initialized VIC registers I couldn'T find the error. Please help...
  • Problem with flashing LPC2294
    Hello, since a few days I'm working with uVision3. The Target-HW is a LPC2294 on a phyCORE HD200-Board , the flashing works with a ULINK-USB-Adapter . Examples like Hello and Blinky are working fine...
  • Problems with Demos on LPC2294
    Hi, it seems to be that I have some problems in configuration of my LPC2294 and the Keil uVision3. Some demos don't work fine. The "Hello"-project by Phytec is working (LED-blinking and serial port...
  • Problems with Ethernet on LPC2294
    Hello, I'm working with uVision3 and the Phytec LPC2294 on the evalutationboard HD-200. Now I have some problems with the example "EasyWeb"! 1. Many times I'm getting an error while flashing the...