Search found 1 match
- Wed Oct 23, 2024 1:42 am
- Forum: ESP-IDF
- Topic: Issues with setjmp/longjmp under the IDF 5+ but not Arduino (w/ IDF 4+)
- Replies: 0
- Views: 279
Issues with setjmp/longjmp under the IDF 5+ but not Arduino (w/ IDF 4+)
Hello. I'm getting the strangest issues on the ESP32 when running some setjmp/longjmp code under the ESP-IDF. The same code works under Arduino. I don't get consistent stack traces. Different devices give me different stack traces, and sometimes boot to boot i get different results. I've included on...