Using an STM32F031, can I have one ADC channel being monitored by analog watchdog and another channel being scanned in each iteration of the main loop?
Lets say I have channels 1 and 2.I was wondering if I disable continuous scan and enable watchdog on 2. Will the interrupt for channel 2 be called only when I do a start scan or will the watchdog keep continuously checking the channel 2?In other word...