• How to Start Printf Function in LPC2294 Controller.
    hi all, i am using LPC2294 controller kit and keil UVision3 as front head software. In this setup i want to start serial communication and then start printf function as a part of Debugging. so...
  • How to Start Printf Function in LPC2294 Controller.
    hi all, i am using LPC2294 controller kit and keil UVision3 as front head software. In this setup i want to start serial communication and then start printf function as a part of Debugging. so...
  • 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...
  • 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;...