This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365 UART1 BAUD RATE

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