I'm trying to use freeRTOS on core1 of the MPC5777C where vTaskStartScheduler(); is running on core0 but the moment i run core1 (where the tasks are defined) the system goes to an exception (IVOR).
does anyone have any idea what can be the reason?
Also is it necessary to run the scheduler on core0 or it can be run on both cores?
PS: i'm using the "FreeRTOSConfig-mpc5777c-dual.h"
Where did you get the FreeRTOS port from? Are you wanting to run SMP or AMP?
We created the port, and it is SMP
I've been working with the 5777C and FreeRTOS (with S32DS) in single core implementation and was going to move to utilizing both cores shortly - if you have any pointers or examples that could help me catch up to where you are I would gladly share what I find (and if I get things working).
Thanks!