Search found 1 match
- Mon Jan 30, 2023 3:55 am
- Forum: General Discussion
- Topic: rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 2
- Views: 17693
Re: rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
Hey ! Another Arduino user here. Is there a link we can use to understand how to use ESP-IDF to enable C++ exceptions to keep using Arduino after? Thanks! By default, ESP-IDF does not enable C++ exceptions in the compiler. So if C++ code throws an exception, libstdc++ will immediately call abort(). ...