After an update from cubeMX 6.0.1 to 6.1.0 the user labels have disappeared in pinOut view. Only the function per pin is displayed. Is there an option to make either the user label or the pin function visible?
Posted on November 28, 2017 at 09:02HelloI use cubeMX 4.23 and have seen that the code generator for IAR itroduces absolute paths in the *.ewp project file in the include section and for all used library source files which are used in the project.I ...
Posted on November 12, 2016 at 20:34 I configured RCC Master Clock Output within cubeMX 4.0 and using a STM32F The generated Code does not output the selected clock. I have found, after code analysis of generated file gpio.c, that the Alte...
Posted on November 10, 2016 at 16:01Pin user label disappears when I change the pin function in the cubeMX GUI. This is not an expected behavior, since the already given name of the pin has not changed. #cubemx
Hello Kouloud,I found out what the problem was. After loading the 6.0.1 IOC file for the first time in cubeMx 6.1.0 the Pin User Labels were not displayed initially, although the 'Show User Label' entry in the 'Pinout' menu was checked. After unckeck...
Hello Khouloud,In the attachment I send the .IOC file with which I found the problem.When I load the .IOC file (V6.0.1) with cubeMx (V6.1.0), the dialog for Migration or Continue appears.In both cases I observe the problem that the pin names are no l...
Hello Khouloud,In the attachment I send the .IOC file with which I found the problem.When I load the .IOC file (V6.0.1) with cubeMx (V6.1.0), the dialog for Migration or Continue appears.In both cases I observe the problem that the pin names are no l...
Posted on December 11, 2016 at 19:37hello eb3484,seems that RTC clock is not enabled or write protection is enabled.make sure clock is enabled within /* Peripheral clock enable */__HAL_RCC_RTC_ENABLE();make sure write protection is disbaled within /...