Question
simple example of SAI audio output on STM32L476VG Discovery board
Posted on March 06, 2017 at 05:17
I want to generate simple audio waveforms and send them out through the headphone jack, preferrably using a synchronous interface such as HAL_SAI_Transmit. (I know there are better/more efficient ways to do this which don't peg the CPU, but I just want to keep it simple to start off).
Are there any good resources (especially example code!) which show how to configure everything (oscillators, clocks, codecs) in this way?
#stm32l4 #sai