How to use the 'HAL_UART_Receive_IT' within a function?
Hello,I'm working with an STM32G4 MCU and I want to listen the UART3 with interruption. I am testing with a code which changes the color of a led. The following code works fine ://main.c #include "main.h" FDCAN_HandleTypeDef hfdcan3; FDCAN_...