• 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...
  • higher the number higher the task priority?
    In Keil RTX Kernel, user task priorities are from 1 to 254. Does higher number mean higher priority? Thanks!
  • UART on ARM9
    Gentlemen(Ladies): I've been wrestling with trying to get output from one of the two UARTs on my Keil MCBSTR9 board (vers 3). All to no avail. I've checked baudrates and the setup of the UART and...
  • 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...
  • Higher Priority on UART1
    How can I increase the interrupt priority of UART1 of the LPC2364? Due to heavy load on timer interrupts, I'm missing receiving characters every 5 - 10 seconds. The initialization of UART1 is as...