Search found 1 match
- Thu Nov 14, 2024 11:35 pm
- Forum: ESP-IDF
- Topic: Stack size and uxTaskGetStackHighWaterMark disagree?
- Replies: 2
- Views: 480
Stack size and uxTaskGetStackHighWaterMark disagree?
Hello, I'm trying to optimize some of my freeRTOS tasks. ESP-IDF's documentation clearly states that their fork of freeRTOS takes stack creation size in BYTES. Inspection of task.h/.c in esp-idf's freertos kernel confirms that this is in bytes. Meanwhile, uxTaskGetStackHighWaterMark documents that i...