2017-11-14 12:48 AM
After creating the project, there are lot of .tmp files in the source directory. They are always regenerated. I have selected to generate all code in main.c instead of separate file for each peripheral.
e.g. gpio.tmp
#n/** Configure pins as #n #t#t #t* Analog #n #t#t #t* Input #n #t#t #t* Output#n #t#t #t* EVENT_OUT#n #t#t #t* EXTI
*/
static void MX_GPIO_Init(void)
{
#n
#n#t/* GPIO Ports Clock Enable */
#tLL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_GPIOA);
#tLL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_GPIOB);
#n
}
#n
�?�?�?�?�?�?�?�?�?�?�?
MCU:STM32F030F4Px
PC OS: Linux
CubeMX version: 4.0
Firmware package:STM32Cube FW_F0 V1.9.0
2017-11-15 06:24 AM
Hello,
Please share your .ioc file. I will raise your issue internally to CubeMx team.
Best Regards
Imen
2017-11-15 07:38 AM
Hello,
here it is
https://pastebin.com/raw/r8RkG40i
BTW is there a better way to share files on ST forum?
Jan
________________ Attachments : ita_pwm.ioc.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyH9&d=%2Fa%2F0X0000000b5e%2FKxqQOc290HFJmzKGNv_v_XAXmp1K2oHb2.72d5R3a5Y&asPdf=false2017-11-15 08:06 AM
2017-11-15 08:13 AM
Thank you. I searched it on the top bar and it was on the bottom.
2017-11-28 05:50 PM
Also have this problem on Archlinux, Cubemx version 4.23.0.
The same project on windows doesn't have this problem
2018-01-07 08:44 PM
FYI, I'm also seeing this bug on macOS 10.13.2 with CubeMX 4.23.0
2018-05-03 06:29 AM
@
Breuer.Jan
Hi,
you can upgrade to the latest version of CubeMX, the problem is solved.
regards, Houda