Skip to main content
Associate II
May 2, 2024
Solved

FreeRTOS SMP(Symmetric Multiprocessing) functionality not available on SPC5 FreeRTOS Component

  • May 2, 2024
  • 1 reply
  • 1433 views

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.

Best answer by Max VIZZINI

Hi,

The SMP has been introduced in version 11 of freeRTOS around dec. 2023.

Introducing FreeRTOS Kernel version 11.0.0: A Major Release with Symmetric Multiprocessing (SMP) Support - FreeRTOS

In AutoDevKit Studio we support up to version 10 of freeRTOS primitives.

We have not yet scheduled the update.

Best Regards,

AutoDevKit Team

1 reply

Max VIZZINI
Max VIZZINIBest answer
Technical Moderator
May 2, 2024

Hi,

The SMP has been introduced in version 11 of freeRTOS around dec. 2023.

Introducing FreeRTOS Kernel version 11.0.0: A Major Release with Symmetric Multiprocessing (SMP) Support - FreeRTOS

In AutoDevKit Studio we support up to version 10 of freeRTOS primitives.

We have not yet scheduled the update.

Best Regards,

AutoDevKit Team