Question
FreeRTOS: no verride generated for systick
Hello, I am using CubeMX 4.26.1:
The bug scenario is the following:
- Configure project for FreeRTOS usage,
- Configure SysTick as system clock,
- Everything works, as FreeRTOS in port.c uses the SYstick registers.
- Change the timer to other one than Systick in sys configuration,
- FreeRTOS generated code will not be aware of that and still configure Systick registers at init instead of ie. TIM2.
All port.c file is coded around systick, with hardcoded addressing and no overrides available to change the timer. Can anyone confirm or had a similar problem?
