I have used CubeMX to configure some GPIO pins for an interface to some other I/O devices. CubeMX generates initialization code for some other GPIO pins in gpio.c and main.h, but nothing for the I/O I defined.
I'm working on a project using a STM32H747XIHx dual core processor. I believe I have the latest STM32CubeIDE and STM32CubeMX tools. How do I configure CubeMX to generate GPIO initialization code for my I/O signals?
