BUG ?. STM32F030 CubeFW doesn't allow to define with the GUI a Low threshold value on the ADC watchdog.
With CubeIDE 1.10.1, CubeMX 6.61 and CubeFW_F0 1.11.3 (but is also true with previous version up to 2 years old), the value you key in into the 'Low threshold value' field of the ADC is not recorded. Thats a GUI issue.
Then In the adc.c file generated by Cube, value is badly specified.
You have to manually edit adc.c to set required value and not forget to do it every time you regenerate the project with cubeMX.
Otherwise, the two threshold are operational.


