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.

Linux/AM5728: UART baudrate 460800

Part Number: AM5728

Tool/software: Linux

Hi,

I've successed config UART1( dts statue=ok ) to work at 115200.

Now I need 460800,I tried to use :

cfsetispeed(&newtio, B460800) 

config the baudrate to 460800.But I got wrong data through UART.