cancel
Showing results for 
Search instead for 
Did you mean: 

My HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) function is not being called?

Zain
Associate II

I am using UART2 on STM32F407VG-DISC1, my HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) function is never called.

1 REPLY 1
KnarfB
Principal III

Did you enable the NVIC interrupt?

stm32f4xx_it.c contains the native interrupt handler. You may set a breakpoint there and then step through the code.