You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
I'm trying to use FreeRTOS for a multi-core platform. So I began with Spike simulation.
When I run the app using the new version of spike it succeeds. But if I run it with -p2 dual-core I get the (tohost = 6) error again !! Does running FreeRTOS with multi-core need any specific configuration or code adjustment?
Best regards,
Noureddine
The text was updated successfully, but these errors were encountered:
I'm afraid the original port by technolusion only supported single core, and my work last year for which I updated the port didn't require multicore support either. You could try the port by MicroSemi, but I'm not sure it does either. Do you want FreeRTOS to utilise both the cores, or do you just want it to run without crashing?
In fact I would like it support both cores (may be even more).
I just would like to know where I should modify and what parts control weither the multi-core feature is available or not?
To simplify this more, let's suppose I want a normal program to run in a multi-core, what are the things I should take in consideration? May be starting like this would help me a lot to understand this.
Okey @illustris I'll see this more in details (and get back to the basics and start with very basic multi-core apps to understand the things relying behind).
Thanks for your help.
Hello,
I'm trying to use FreeRTOS for a multi-core platform. So I began with Spike simulation.
When I run the app using the new version of spike it succeeds. But if I run it with -p2 dual-core I get the (tohost = 6) error again !!
Does running FreeRTOS with multi-core need any specific configuration or code adjustment?
Best regards,
Noureddine
The text was updated successfully, but these errors were encountered: