Resolved! HAL SAI cannot run quick enough for basic audio sampling?
I am trying to take a microphone sample every 62.5 microseconds (16,000Hz) which is the standard rate for audio files. The problem i have found is that HAL_SAI_Receive_DMA() returns HAL_BUSY for some samples. So we dont receive the required 16,000 sa...