Problem with CPU freezing/infinite loop when using HAL_SAI_Receive_IT()
Hi, i am trying to setup the SAI device in an interrupt mode but when I run the program, it gets stuck after the call to HAL_SAI_Receive_IT() completed.When debugging with OpenOCD, after the line 280 has executed the program hangs.Please help!Here's ...