uart DMA lose data under baudrate 921600, but it works under baudrate 115200
my board is nucleo64 f401re. I used DMA and Idle interrupt to receive data of uncertain length. it works when baudrate is 115200. but it receives up to 16 bytes under baudrate 921600, other bytes has been losed. I want to higher speed, how to fixed t...