STM32CubeMx 6.0.1 GPIO User Label Editing Issues
While Editing USER_LABEL on GPIO Configuration window facing the following issue
need to set common word for particular GPIO like
PC0 ----> USER1_KEY
PC1 ----> USER2_KEY
PC3 ----> USER3_KEY
PC4 ----> USER4_KEY
now i'm selecting all the GPIO in group selection then adding the USER_LABEL as _KEY
its working
then i'm trying to select the individual pins and adding the remaining label names like
_KEY to USER1_KEY,
in this situation what happens is after selecting the GPIO ping and at the bottom USER_LABEL editing text box, i'm placing the cursor at the start of "_KEY" then start to type USER1, but cursor automatically moves to end of text after single key pressing
i'm not able to complete the USER1_KEY since at every key type cursor automatically moves to end
but if i'm typing fresh then i can type whole word without any problem
Kindly correct this minor issue