CubeMx won't generate MX_GPIO_Init() function for my GPIO pins
When I create a new project in CubeMx 5.3.0 for the STM32H745-DISCO board with or without default peripheral initialization and configure, for example, pins PA8 and PF8 as GPIO_Output, they appear on the list of GPIO pins, but the function MX_GPIO_Init() in main.c generated by CubeMx doesn't have any initialization code for those pins and the corresponding ports. CubeMx generates the correct code for GPIO pin initialization for single-core MCU's, such as the H743, but it seems like it doesn't work for the dual-core MCU's such as H745.

