Customizing STM32 output
Hello,
I have seen that it is possible to use templates to modify the output code generated by STM32CubeMX.
However, I'm having difficulty to get some examples.
Also, I was wondering if with the help of templates the two following points can be achieved:
1.- Peripherals like timers init function can accept arguments and not just be:
e.i. MX_TIM1_Init
2.- If main function can be renamed, in order for me to use the autogenerated code on several projects with others main function. Inother words only use STM32CubeMX to configure hardware.
Thank you,
Best regards !
