• UART BAUD RATE GENERATION
    The Uart baud rate generation formula is, UARTn baudrate = PCLK/16*UnDL UnDL = 256 × UnDLM + UnDLL why the Divisor latch MSB is multiplied with 256 plz inform me, thank you
  • Problem with Baude rate of UART
    Hi I am using an Arm9 based micro controller.However there is some problem while using the uarts.The uarts do not seem to work at the standard rates of 9600,15200 bps etc.In order to make them work...
  • baud rate setting.
    while calculating the value to be loaded in TH1 for baud rate setting we are dividing a no 28800 with 32.what is the reason for dividing with 32. please clear my doubt
  • UART baud rate
    Hi I am developping a FX2 component from cypress but I don't know how to configure the UART0, is there any exemple anyweher? To the superviser, I would like to answer someone that had problem with...
  • ARM: CAN1 baud rate setting
    I have some problems with configuration of CAN1 baud rate setting in LPC2378. This is the code section that configure CAN1 controller. Mind that CPU clock frequency CLK is 72 MHz . void start_an_network...