2024-10-16 04:50 AM
We use CubeMX to generate code for LL and FreeRTOS. After configuring the SYS timer to TIM14 in CubeMX, HAL_Init() and HAL_InitTick() in the generated stm32f4xx_hal_timebase_tim.c file use TIM14 as expected. LL_mDelay, however, is not generated and still relies on SysTick, which interferes with the FreeRTOS use of SysTick. This is not expected.
We are aware of the xTaskDelay() function and want to use LL_mDelay in an early phase of system initialization.
2024-10-16 05:07 AM
Hello @clausf ,
First let me thank you for posting and welcome to the ST Community.
For more investigation, I suggest that you provide your Ioc.File.
Thanks.
Mahmoud