Search found 1 match
- Mon Oct 31, 2022 4:48 pm
- Forum: General Discussion
- Topic: ESP32 Dual Core Stack Size
- Replies: 1
- Views: 3685
ESP32 Dual Core Stack Size
How should I choose the stack size? And how many bytes is the maximum stack size? Is what is called a stack actually RAM? Serial.println(String(ESP.getHeapSize() / 1024) + " Kb"); the total stack size I learned with this code? TaskHandle_t Task1; TaskHandle_t Task2; // LED pins const int led1 = 2; ...