Resolved! UART Receiving Interrupt while using FreeRTOS/CMSIS V2
When I try to set up a HAL_UART_Receive_IT my program won't compile.I am new to the FreeRTOS concept, but it is necessary for me to learn how to set it up for a project I am working on. For that, I started restructuring a previous project to learn fr...