• lpc1225 uart baudrate calculation
    in LPC1225 I try to get the baudrate of uart0. I know the baudrate can be calculate by Fdiv= (UART0_PCLK/16)/baudrate. and the resulting value placed in DLL, DLM. but the question, how I can get...
  • 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...
  • running code in two different areas
    Hello all I want to run project which has two assembly files added to it.I am giving an example below.I have two assembly files named biggest.a and biggest_seg.a The program will find the biggest...
  • Is it possible to set different baudrate for TwinCAN module?
    Hi all, Is it possible to set different baudrate for CAN A and CAN B in TwinCAN module? I just guess it is possible because there are two registers eg: ABTR, BBTR. But I am not sure. It is apprecaited...
  • 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...