STM32 HAL_SAI_Receive() in ISR gets stuck.
Hi, i'm trying to get a value from a microphone using HAL_SAI_Receive() in blocking mode. I'm trying to write a program that receives a value from the mic connected to the SAI block. The HAL_SAI_Receive() is called in an ISR but when the program is r...