-
I want to run a high-priority task by using CPU1, and others using CPU0 |
Beta Was this translation helpful? Give feedback.
Answered by
alberk8
May 3, 2023
Replies: 2 comments
-
The nanoCLR is pinned to Core1 of ESP32 and the Wire Protocol is pinned to Core0. C# program do not have access to the underlying CPU cores. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeffer80
-
To control priority of .NET Threads you have ThreadPriority. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nanoCLR is pinned to Core1 of ESP32 and the Wire Protocol is pinned to Core0. C# program do not have access to the underlying CPU cores.