2019-03-28 09:05 AM
Hello, I am using CubeMX 4.26.1:
The bug scenario is the following:
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?
2019-03-28 09:58 AM
If you change the clock then you also have to change the code - there is no way FreeRTOS can automatically do that for you.
Here are some links that will help:
2019-03-28 11:03 AM
Hi @Barry.Richard , thanks for answer.
I dont mean for FreeRTOS to do that but CubeMX yes, the same way it changes other FreeRTOS settings.
2019-03-28 06:29 PM
This is strange. Normally, CubeMX knows that freeRTOS uses systick, and offers to choose one of MCU timers for HAL tick source. Note, the ST HAL will use the TIM as its tick - not freRTOS.
-- pa