• 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...
  • 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
    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+TCP
    Hallo, I have a question to the topic ethernet. I have look at the exmaple LEDswitch Client and I don't understand why I need the following code: .. U8 p2val, cnt, lshf; .. p2val = 1; cnt =...