.ioc Cofigurator requires a user label "start with a character or an underscore" - for only 1 pin (?!)
I just configured an MCU using the latest configurator, in STM32CubeIDE V1.16.0. Set up a bunch of GPIOs no problem, gave them useful names.
One pin though wouldn't let me: each time I entered the desired nae ("5V_ENA") I'd get
"The label '*' on pin '*' should start with a character or an underscore"
If I started it with an underscore, it was ok, but 5V_ENA was rejected.
What did I miss?
[UPDATE] A number ('5') is not considered a character apparently. "ENA_5V" was ok. Solved, leaving here for reference.
