Question
[bug] STM32CubeMX generate lot of .tmp files in source directory
Posted on November 14, 2017 at 09:48
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
