STM32CubeMX not generating #defines for GPIOs on STM32MP1 CM4
Hello all,
I am used to the regular MCUs STM32Fx families where I'm used that the main.h has all the #defines of the GPIOs and other peripherals.
I'm now using STM32MP1 generating code for CM4 and noticed it is generate any #define information.
also, it is not initializing GPIOs state.
Why is it generating no initialization of GPIOs or other user label #defines?

