HAL_SAI_Start()?
With the HAL on an STM32U5 nucleo i can
HAL_SAI_DMAPause()
HAL_SAI_DMAResume()
HAL_SAI_DMAStop()
HAL_SAI_Receive_DMA()
HAL_SAI_Transmit_DMA()Wouldn't it make sense to have a
HAL_SAI_DMAStart()?
With this nomenclature i don't have a clue how to tx/rx data to/from an audio device. Where can i find an official, minimal reproducible example utilizing either the receive-function or the rxCompleteCallbacks?
