Replies: 1 comment 2 replies
-
This core requires the dual core setting in the shipped configuration. There is plumbing needed to keep both cores running when things like flash writes happen. You can set the core affinity for your own tasks using the normal API if you want to segregate things(or just use setup/loop and setup1/loop1). Why would the W5500 need you to go to a half brained core config? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use FreeRTOS but just in the first core, as I am using the W5500 module.
When both cores are enabled in the FreeRTOSConfig, the program crashes.
If I define just one core, this happens.
When I disabled these options too, the problem moves to variant hooks:
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions