2019-12-26 12:40 PM
I just started a new project using CubeMX to generate the initialization code for the STM32H747I-DISCO. I tried to initialize the GPIO LED1 pin (PI12), however the macros showing the user label did not appear anywhere, no matter if I selected the M4, M7 or set it to "free". The user button had the same issue, and the interrupt function code was not generated anywhere.
The pins could be toggled using their port number directly, and those issues are not reproduced with any of the single-core STM32H7.
Is this expected behaviour with dual-core STM32H7 models?