• LPC2294: Start up disassembly
    Hi, What exactly is the sequence/flow from power-on till Interrupt Vector table is encountered? In LPC2294's manual it is specified that boot code is located at 0x7FFF E000. Is this the first value...
  • CAN controller for LPC2294
    I want to use CAN controller for LPC2294. But as suggested, my KEIL is not showing CAN oprtion under Peripherals in Menu Bar. Can anybody help me why this is happening ?
  • 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 How to program a counter
    Hello everybody, I have a Philips LPC2294/01 MC. I would like to count the rise or falling edge from an external signal. I have 2 questions and need your help! 1. Do my MC already have...
  • 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...