Can we re-route the DAC output to some other Pins other than PA4 and PA5 in STM32?
I am working with STM32H743, and I want to use Pin no. 89 as DAC output. Is there any register setting where I can change PA4 to PG4(89).I tried replacing PA4 to PG4 in a working example code, but the output still comes on PA4.