STM32U5 low power audio with I2S
Hello,
I'm looking into the STM32U5 for an audio application.
I have a microphone that works with I2S and I want to use it with the STM32U5 in a power efficient way.
I've seen that the SAI peripheral can with with I2S but it can't stay on during STOP modes.
On the other hand, I've seen that the MDF / ADF peripherals can work during STOP mode but it seems like they are much more complicated and operate on raw audio signals (correct me if I'm wrong?)
So two questions came out of this:
- Is it possible to use the SAI during STOP modes in some way?
- Can the MDF / ADF be used with a I2S signal?
Thank you