Question
STM32CubeMX generated MX_TIMx_Init() functions
Hi.
I have the latest STM32CubeMX with a STM32L433 project.
I have selected in CubeMX Advanced Settings to use "LL" drivers for TIM1 & TIM2, and the option to "Not Generated Function Call" for these timers.
As expected, In the auto generated main() there is no call to functions "MX_TIM1_Init()" and "MX_TIM2_Init()", but the functions are still automatically being defined in main.c. I can manually remove the init functions, but they are added back.
How can CubeMX be configured to not include these function definitions?
Thanks.
