Why does HAL_UART_Receive keep crashing?
Posted on September 26, 2017 at 13:32Hi. Can someone please help me see where I am going wrong? The program will transmit the UART message but crashes when it gets to the 'HAL_UART_Receive' function. I am using the STM32F746 Discovery Board.UART_Han...