-
Hello ESP community, Since the update "ESP32 Arduino Release v3.1.1 based on ESP-IDF v5.3.2" you can no longer activate Core 1 with the function "xTaskCreatePinnedToCore"! Many thanks Jalal |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I can not confirm this. Tasks are running on both cores (check with
|
Beta Was this translation helpful? Give feedback.
-
this is what it looks like for me with "printRunningTasks(Serial)" |
Beta Was this translation helpful? Give feedback.
-
when I run the following code: void taskCore1(void *pvParameters) { void setup() { // Erstelle die Aufgabe auf Core 1 printRunningTasks(Serial); } void loop() { delay(1000); // Pause für 1 Sekunde then I get the following error message: |
Beta Was this translation helpful? Give feedback.
-
some more information, this is about: Thanks for your help :) |
Beta Was this translation helpful? Give feedback.
-
oops. Thanks for the tip :) Thanks for the quick help :) |
Beta Was this translation helpful? Give feedback.
C6 is single core :)