BUG? STM32CubeMX 5.6.0: some user-labels not written to main.h
Hi, I just noticed that since I upgraded from 5.3.0 to 5.6.0 user-labels no longer not get exported as #define's to main.h. This occurs only in following conditions:
* if the 'pin-stacking' option is set AND
* if more than one signal is 'stacked on' (=reserved for) that pin
Pins with only one signal assigned to (whether 'pin-stacking' activated or not) will export normally.
This behavior is new, I didn't have this problem in 5.3.0.
Is it a bug, or am I using the 'pin-stacking' funcion incorrectly?
Best regards, Bernd