2020-06-02 07:46 AM
Hello!
I have a problem with STM32CubeIDE. I want to generate project with FreeRTOS, and use only HAL LL code, but when I set Timebase Source for TIMx, there is generated bunch of pure HAL code. Timebase Source other than SysTick is required due to FreeRTOS recommendations.
I want to avoid bloated codebase.
2020-06-02 10:40 AM
You have to remove it yourself. I did the same. I also never generate the code to my main project, I have a copy of the .ioc file in another directory and when I need to modify something then I modify it, generate the copy project and copy the changes manully to my main project.
Thats the best solution now for me.
2020-06-02 01:33 PM
You can do whatever you want if you have the skill to do so. Don't expect CubeMX to be able to configure your project exactly how you want. That is the price you pay for the convenience.