CubeMX for STM32WL55 does not offer GPIO initialization selection
CubeMX does not provide the option to choose whether GPIO pins should be initialized from the CM0+ or CM4 core. As a result, the generated code lacks GPIO clock definitions, GPIO ports, and pins. This prevents further progress and requires manual description of GPIO port initialization for each of the cores.

If for each STM32 core, CubeMX generated at least a list of ports and assigned pins as definitions, GPIO initialization according to requirements would be faster.
