• 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 hang
    hi, i m using lpc2294 for GSM modem interface. i m use rx,tx of UART1 for interface. Modem work well and i m read message , read contect number but when i call ,mcu UART1 "HANG" Please help me...
  • 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 =...
  • 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....