[FEATURE REQUEST] Set SPI to open drain in master mode for STM32G0xxx
I've updated the question as the answer was not suffient.
Using version 6.7.0 of STM32CubeMX and I want to set the SPI SCK and MOSI signals to open drain when in master mode. What I can see, this is not possible and I have to manually modify the configuration file.
The reason for this non-SPI standard configuration is that I'm using the SPI to access a LCD controller that don't speak SPI, but the protocols are similar enough on the logical layer, but not on the physical layer. So it would be great if the Cube could set a SPI master to "Alternate Function Open Drain".
