Resolved! The function HAL_UART_RxCpltCallback won't be called in Nucleo F401RE
Hi!I have a Nucleo F401RE that works great! But the problem I have is that the board cannot be call the function HAL_UART_RxCpltCallback after it has recieve its bytes.I have:Using DMAEnable global interuptUsing USART2Calling DMA inside HAL_UART_RxCp...