User Activity

When generating code, files STM32H745ZITX_FLASH.ld are updated for CM4 and CM7For CM4, I found :/* Specify the memory areas */MEMORY{FLASH (rx)     : ORIGIN = 0x08100000, LENGTH = 1024KRAM (xrw)     : ORIGIN = 0x10000000, LENGTH = 288K}and for CM7 :/...
I use the last release of STM32CubeIDE (v1.1). When User Labels are defined for such peripherals as UARTs, TIMERs,..., defines are well created in main.hBut, when I define User Labels for simple GPIOs (inputs or outputs), nothing is generated in main...
Kudos from