STM32H750xB errata 2.2.18 cannot be reproduced. "DAC GPIO cannot be used when DAC is connected to on-chip peripheral only"
I would like more information regarding errata 2.2.18 for STM32H750VB Silicon Rev V, from document DM00399555, which reads:
"When a DAC output is connected only to an on-chip peripheral, the corresponding GPIO is expected to be available as an output for any other functions. However, when the DAC output is configured for on-chip peripheral connection only, the GPIO output buffer remains disabled and cannot be used in output mode (GPIO or alternate function). It can still be used in input or analog mode."
I currently have the MCU's PA4 and PA5 set up for SPI AND the DAC output set as on-chip peripherals only, but contrary to the errata, the SPI signals can be seen properly in the pins.
(In my case the DACs are used as internal INP- for the COMParators.)

Of course I am happy I don't seem to have the issue :), but due to the critical nature of the system being developed, I need to know if this errata really does not apply any longer or the exact steps needed to reproduce it.