• LPC1225 UART0 Receive Problem
    Dear all... I am developing GPS system using LPC1225. Cause, this is new for me, before I used LPC2103, so I test this with simple UART send and receive. Here is the serial init function...
  • LPC1225 CORTEX M0 simulation in MDK4.23
    I am newly trying out NXP LPC1225. I have downloaded MDK4.23. Examples meant to be used with Keil boards for processors LPC11XX are working fine. But when target is chosen as LPC1225, the simulator does...
  • Baudrate Generation
    Hi, I want to create a Function to approximate a custom Baudrate. The Function depends on two Variables: Baudrate = f(x,y) = (FDV * 40) / (8192 * (BG + 1)), FDV = 1..511, BG = 1..8192 Unfortunately...
  • can two UART of W77C32 run at different baudrate?
    I am carrying on one project that will occupy two serial port,so I choose Winbond W77C32 which has two RS232 interfaces.If two interfaces run at different programmable baudrate ,does W77c32 support it...
  • ARM9 UART baudrate 12 times higher
    Hi there, I've used the blinky example program from Keil for my keil MCBSTR9 evaluation board. I've modified it to send and recieve data on UART0. This is working perfectly I've used the standard...