2019-10-28 07:01 AM
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.h
But, when I define User Labels for simple GPIOs (inputs or outputs), nothing is generated in main.h
it seems like a little oversight ...
2021-01-01 06:16 PM
I am also having this issue with version 1.4.0. Very frustrating.
2021-01-04 11:46 PM
The problem seems to be solved.
You have to attach the GPIO pin on a core, and labels are now well generated.