Hello,
I am using FreeRTOS example for S32K358 from Design Studio.
Currently I can execute FreeRTOS on S32K358.
How can I use multiple cores in FreeRTOS ?
I can see start-up code section,
#define CM7_0_ENABLE (1)
#ifndef CM7_1_ENABLE
#define CM7_1_ENABLE (0)
#endif
#ifndef CM7_2_ENABLE
#define CM7_2_ENABLE (0)
#endif
But defining "CM7_2_ENABLE" is not making any difference.
Anything more required to enable execution on multiple cores ?
Best regards,
Nandan Chaturbhuj