How do I disable the discontinous conversion mode of the ADC in CubeIDE?
Hello everyone,
I have recently upgraded my STM32CubeIDE to:
Version: 1.9.0
Build: 12015_20220302_0855 (UTC)
With this version, my ADC settings have changed automatically to have the discontinuous conversion mode always enabled. There is no possibility to disable it:
I would like to have a continuous conversion mode, which is now greyed out because the discontinuous conversion mode is enabled:
I can work around this issue by just altering the init section of the ADC. It would be nice though to also change it in the .ioc file in order to have it clean.
What do I miss here? How do I disable the discontinous conversion mode?
I am using a STM32G030K6T6 BTW.
Thanks in advance for your response.
Felix