FreeRTOS systick
Originally posted in MCUs forum; moved to MPUs, as STM32MP is an MPU - not an MCU.
Hello Everyone,
I am working with FreeRTOS on an STM32MP157CAA and configuring the CM4 core in engineering mode using CubeIDE. According to the documentation, it's necessary to select a timer other than SysTick for the HAL timebase. However, in CubeIDE, under the SYS settings in the Pinout tab, I only see SysTick available as an option.
When I generate the code, I receive the following warning:
WARNING:
When RTOS is used, it is strongly recommended to use a HAL timebase source other than the SysTick. The HAL time base source can be changed from the Pinout tab under SYS.
Despite this, I am unable to select any other timebase source besides SysTick.
Could anyone provide guidance on how to configure a different HAL timebase source for FreeRTOS in this setup? Any advice or workaround would be greatly appreciated.
Thank you!
