ESP32 Exception Decoder not working correctly in PIO
Posted: Tue Nov 14, 2023 2:17 pm
Hi all,
I am trying to use the EspExceptionDecoder and having issues on PlatformioIO v3.3.1.
I can’t get a decoded view of my errors on the serial monitor; it appears as shown in the attached image. Here is my entire .ini file:
Does anyone have any suggestions on what I’m missing or doing incorrectly? Many Thanks, Alex
I am trying to use the EspExceptionDecoder and having issues on PlatformioIO v3.3.1.
I can’t get a decoded view of my errors on the serial monitor; it appears as shown in the attached image. Here is my entire .ini file:
Code: Select all
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
build_flags =
-DCORE_DEBUG_LEVEL=0
-DBOARD_HAS_NO_PSRAM
-mno-fix-esp32-psram-cache-issue
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio
board_build.partitions = huge_app.csv
upload_port = COM7
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_type = debug
lib_deps =
Arduino
ArduinoJson
Wire
HX711
SPI
FS
Update
WebServer
adafruit/Adafruit Unified Sensor@^1.1.9
adafruit/Adafruit BusIO@^1.14.1
adafruit/Adafruit LIS3DH@^1.2.4
bluedot-arduino/BlueDot BME280 Library@^1.0.9
GitHub - me-no-dev/EspExceptionDecoder: Exception Stack Trace Decoder for ESP8266 and ESP32