STM32C5 - can you route internal opamp output to ADC internally?
Dear Engineers,
is there any way of routing the internal OPAMP output of the STM32C5 to an ADC directly, or can it only be wired to the COMP1 ?
CubeMX2 doesnt let you pick OPAMP as an input to neither ADC nor COMP, but i did find some notes on beeing able to route the OPAMP output to COMP1 minus input in the LL code somewhere.
If yes, is there a way to do this within MX2, or does it have to be written by hand in code?
Also, the datasheet shows a pin output option for the OPAMPs output on PA6.
I know you could route form PA6 to a neighboring ADC input capable pin, but not only would that occupy 2 pins, my PA6 is in use for UART, so not usable in my case.
Thanks in advance.

