CODEC with STM32
Hello, I would like to know how to retrieve the acquisition values : INPUT -> ADC -> SAI -> µP like the diagram below : I have a program that works for this : DMA -> SAI -> DAC But this is not the way I would have wanted to make my CODEC work. Do ...