Posted on July 09, 2018 at 16:57Hello, I have a problem with UART RX interrupt on a STM32F777.I'm using cube mx, I've well enable interrupt in NVIC for my UART7.In my code, I do :HAL_UART_Receive_IT(&huart7, &UART_Data, 1);So when a character is rec...