This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • Didn't you think the datasheet/user manual for the processor contained enough information to answer this question?

    If you don't think so, then you have to contact the chip manufacturer, because the people who read your post on this forum doesn't have access to any more documentation than what you can retrieve yourself.

Reply
  • Didn't you think the datasheet/user manual for the processor contained enough information to answer this question?

    If you don't think so, then you have to contact the chip manufacturer, because the people who read your post on this forum doesn't have access to any more documentation than what you can retrieve yourself.

Children