ADC and DAC not working after resume from standby
We are migrating from ecosystem version 2.1.0 to 4.0.0. We have a custom board with STM32MP157C.
After resuming from STANDBY the ADCs and DAC, used by M4, no longer work. They are initialized and started without error, but all ADC channel data reads 2048. For the DAC, the DOR1 register reflects the data written to it, but there is no output on the DAC_OUT1 pin.
Additional information:
- The ADCs and DAC are used with DMA.
- The ADCs and DAC work fine after cold boot.
- On ecosystem version 2 the ADCs and DAC work both after cold boot and after resume from standby.
- We use trusted boot.
