I am using stm32u575zit6q. I set Baud Rate 2500000bit/s.(my equipment is only support 2500000bits)usart write is work successful, but read is not.usart read work only 9600bit/s.How do I use the read to work over 9600baud rate?
I am using usart as polling in my project. If you only apply from DMA, I am willing to use that.HAL_UART_Init() does not any error. The basis for judgment works normally to go to the while statement in which the user code is put in the main statement...