Question
Is it possible to use HAL LL with FreeRTOS rather than HAL itself? - using timer for SysTick generates HAL code.
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.