Increase Stack Size (Stack Canary exception on Loop Task)
Posted: Wed Dec 12, 2018 5:28 pm
Chip: ESP32 WROVER-B Dev Kit
IDE: Arduino
I'm getting Stack canary watchpoint triggered (loop task) while running some WiFi code on Arduino. I'm guessing it's due to the HTTP JSON serialization/deserialization routines; however, the allocations are not that large. I'm even using using std::vector... anyways.
Is there a way to increase the stack size allocation for the loop task in Arduino? (or at all)
IDE: Arduino
I'm getting Stack canary watchpoint triggered (loop task) while running some WiFi code on Arduino. I'm guessing it's due to the HTTP JSON serialization/deserialization routines; however, the allocations are not that large. I'm even using using std::vector... anyways.
Is there a way to increase the stack size allocation for the loop task in Arduino? (or at all)