HAL_UART_Receive_IT,continuous reception
Posted on August 23, 2017 at 01:28Hello, i'm using STM32F103c8t6 and i'm on a project where i have to send 8 bytes from an MCU to another in a asynchronous way , so i used HAL_UART_Receive_IT() , but i remarked that the HAL_UART_RxCpltCallback() is ...