STM32L416KBU6 will not execute HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)
I have tried simple code* USER CODE BEGIN 0 */uint8_t myTx[13] ="hello world\r\n";;uint8_t myRx[13] ="hello world\r\n";main();* USER CODE BEGIN 2 */HAL_UART_Receive_DMA(&huart2, myRx,13);while(){//nothing here{/* USER CODE BEGIN 4 */void HAL_UART_RxC...