• 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;...
  • EMC LPC2468
    Hello, I am trying to use the external SDRAM on MBC2400 (LPC2468) board. I am using the code sample RL-ARM HTTP Demo for MCB2400 but once I activate the EMC on the startup file LPC2468.s...
  • 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...
  • LPC2294 UART Interrupt problem
    Hi All, I recognized that I have an interrupt problem. I can't get into the vector both after receive or transmit. I checked all the initialized VIC registers I couldn'T find the error. Please help...
  • Problems with Demos on LPC2294
    Hi, it seems to be that I have some problems in configuration of my LPC2294 and the Keil uVision3. Some demos don't work fine. The "Hello"-project by Phytec is working (LED-blinking and serial port...