2019-06-03 03:31 AM
Hello dear ST community,
I try to test FreeRTOS on the STM32MP1 for the Cortex-M4 and I encounter a problem:
I've got the following warning: "When FreeRTOS is used, it is strongly recommended to use a HAL timebase source other than the Systick"
Ok, but when I try to select the systime base in the tab Pinout under SYS, the selection of TIM* is in light grey and so not available...
Is there any solution ?
Thank you!
Best regards,
Anthony
Solved! Go to Solution.
2019-06-03 05:28 AM
HI @anthony.harivel.emtrion.GmbH The TIM must be assigned to the M4 context before the Timebase Source.
Best Regards,
Khouloud.
2019-06-03 03:40 AM
Hello @anthony.harivel.emtrion.GmbH ,
Thank you for the feedback, this is reported internally for further check.
Best Regards,
Khouloud.
2019-06-03 05:28 AM
HI @anthony.harivel.emtrion.GmbH The TIM must be assigned to the M4 context before the Timebase Source.
Best Regards,
Khouloud.
2019-06-03 05:47 AM
Hi @Khouloud ZEMMELI thanks for your quick answer this works perfect now !
Best regards,
Anthony