Adc data in awdg callback
I'm using stm32u535RCT mcu and I've requirement of zero crossing detection using analog watchdog.
I need 6 channels and configured DMA circular buffer to collect 1Kb data on each channel. Channel 5 is mapped to analog watchdog.
Here I want to understand in callback how do I get channel 5 last sampled data.
Should I calculate by calculating the index with help of NDTR register or how.
