Can I use the SAI block to trigger ADC on STM32H7?
I am using the STM32H743 on STM32H743I-EVAL board.
Is it possible to synchronize ADC acquisitions with the SAI block? The goal here is to acquire audio ADC samples using DMA, block process, and transmit out to a DAC over SAI using DMA. The STM32 is the master generating SAI clocks. In order to keep system synced I need to acquire ADC samples at the same frequency as the SAI frame sync clock.
From the reference manual, there are a few output signals from the SAI block that would be ideal candidates, "sai_sync_out_sck" or "sai_sync_out_fs". Is it possible to trigger the ADC, or trigger a timer which in turn triggers ADC, with these internal signals?
Alternatively, is it possible to use a timer as the clock source to the SAI block?