At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code, resulting in data loss. Can you provide the code of UART register directly without using SDK library?