Analog watchdog configuration bug
Hi,
I have a project on Nucleo board with STM32U575ZIT6Q. I'm using STM32CubeIDE version 1.16.0 and CubeMX version 6.12.0. My .c and .h files are generated separately per peripheral.
I was faced with an issue that watchdog works only with one channel.
My analog watchdog settings:
After generating code, ADC file shows:
When I was investigating, found this comment in stm32u5xx_hal_adc.h file, ADC_AnalogWDGConfTypeDef structure definition:
After applying what is mentioned in the comment, watchdog works on both channels.
Please fix this configuration bug. Thanks.
