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