User Activity

I am working on a STL32F401RET6 MCU and the HAL_UART_RxCpltCallback() doesn't work even though I turned the global interrupt on.Here is my code for the callback functions : void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { HAL_GPIO_T...