Posted on April 10, 2018 at 13:14Hello,i've followed many tutorial to try to get UART with interrupt working on my stm32l476rg (nucleo board) :at the main.c, before while(1) loop :HAL_UART_Transmit_IT(&huart4, (uint8_t *)welcome_str,sizeof(welcome_s...