• uVision3's EasyWeb demos for phyCORE HD200 (LPC2294)
    I'm borrow the phyCORE HD200 (LPC2294) dev borad from my friend. And he has lost the CD. I'm trying to run the EasyWeb example provided in uVision3. But fail to see anything at 192.168.1.110 (default...
  • 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;...
  • 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 to configure the EMC on LPC2294
    Hi at all, I want to connect an external 16 Bit Flash to the LPC2294 external memory controller. I think the hardware is all right but if I try to send some commands I got not correct data back....
  • 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...