STM32CubeIDE not generating GPIO initialization code for SPI
I am using a Nucleo H743ZI2 with the CubeIDE and while it does generate code to initialize the SPI peripheral itself, it does not generate code to configure GPIO pins as the SPI alternate function. This is despite the fact that the GPIO pins for SPI are shown green on the Pinout & Configuration window and it is able to generate code for other GPIO pins, like the pins connected to the LEDs.
