2024-05-02 06:49 AM
Dear friends,
FreeRTOS are supporting SMP functionalities that enables to run FreeRTOS Kernel in only one core and schedule tasks on multiple cores.
https://www.freertos.org/symmetric-multiprocessing-introduction.html
I am trying to use it, but it looks like the SPC5 FreeRTOS Component does not have the FreeRTOS SMP API.
Please, someone already used the FreeRTOS SMP functionality?
How to update the SPC5 FreeRTOS Component to the latest FreeRTOS release?
Best regards.
Solved! Go to Solution.
2024-05-02 07:18 AM
Hi,
The SMP has been introduced in version 11 of freeRTOS around dec. 2023.
In AutoDevKit Studio we support up to version 10 of freeRTOS primitives.
We have not yet scheduled the update.
Best Regards,
AutoDevKit Team
2024-05-02 07:18 AM
Hi,
The SMP has been introduced in version 11 of freeRTOS around dec. 2023.
In AutoDevKit Studio we support up to version 10 of freeRTOS primitives.
We have not yet scheduled the update.
Best Regards,
AutoDevKit Team