Hi, I'm trying to use HAL_UART_Receive_IT with a fixed size buffer, but only the first element changes its value.I'm using CubeMX over NUCLEO-STM32F446REThe only things I do:main.c I declare the buffer like this:uint8_t rx_buffer[5];The UART initiliz...