Dear All
I write a test appliation to verify UART1 driver,
and I use "cfsetispeed(&options, B19200); cfsetospeed(&options, B19200);" to set uart1 baud rate,
but when I use scope to measure the frequency of uart1, the speed is 96000 Hz,
it seems clock soure of uart1 is 121Mhz(PLL1->PLLDIV4), not 24Mhz(fixedrate)
does any one know this issue??
and how to correct it??
Sincerely,Max Chou