I inherited an old STM32 project (STM32F373) that uses FreeRTOS and the old Standard Peripheral Library (apparently v1.0.0, dated Sept 20, 2012). Among other things, the project uses USART1 with interrupts to receive LIN messages, and also has a task...