STM32F767ZI USART abnormal Rx in interrupt mode
I do my code with CUBEMX 5.6.0 with en.STM32Cube_FW_F7_V1.16.0 & Atollic 9.2.0.My trouble : when i send a data by USART3 (using putty or the terminal in Atollic) even if i set that i want to recive 1 byte the HAL_UART_RxCpltCallback is fired two time...