Did S32 IDE support SAFERTOS ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Did S32 IDE support SAFERTOS ?

855 Views
bdharma96
Contributor II

Hi,

   If we get SAFERTOS port for MPC5775E, is it possible to work with it on s32 IDE along with the PEX ?

Labels (1)
0 Kudos
3 Replies

741 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

By PEX you mean Processor Expert? Actually - SafeRTOS isn't supported by S32DS and processor expert. As far as I know, MPC577E itself is not supported by SDK and ProcessoExpert. 

Jiri

0 Kudos

741 Views
bdharma96
Contributor II

Actually FreeRTOS component is available in component library in S32 IDE, which can be added to the project with target processor MPC5775E.

Also some more components like I2C, SPI.. can be added to the project and code can be generated using processor expert.

My query is whether I can able to replace FreeRTOS with SAFERTOS or not?

0 Kudos

741 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

my bad, I figured out that MPC5775E is supported, but there are no examples for this device yet.

Technically - you can use SAFERTOS, but not as a part of Processor Expert. Just remove FreeRTOS component and add your SafeRTOS code into project. 

Jiri

0 Kudos