Skip to content

Instantly share code, notes, and snippets.

@stritti
Created March 23, 2019 23:28
Show Gist options
  • Save stritti/b5f409963139af11676a5b39614aa36d to your computer and use it in GitHub Desktop.
Save stritti/b5f409963139af11676a5b39614aa36d to your computer and use it in GitHub Desktop.
Decode the Exception of ESP within PlatformIO
%homedrive%%homepath%/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-addr2line.exe -fp -e ./.pioenvs/nodemcuv2/firmware.elf
@UeloJazz
Copy link

UeloJazz commented May 9, 2020

Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x00000000 PS : 0x00060430 A0 : 0x800d43e2 A1 : 0x3ffb1e20
A2 : 0x00000000 A3 : 0x3ffc19a4 A4 : 0x00000016 A5 : 0x00000010
A6 : 0x00000016 A7 : 0x3ffb1ce4 A8 : 0x8016f77c A9 : 0x00000016
A10 : 0x3ffc1a00 A11 : 0x3f401eb3 A12 : 0x3ffc19ac A13 : 0x00000005
A14 : 0x3bffffec A15 : 0x00000000 SAR : 0x00000004 EXCCAUSE: 0x00000014
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffff0

Backtrace: 0x00000000:0x3ffb1e20 0x400d43df:0x3ffb1e40 0x400d4459:0x3ffb1e60 0x400d306f:0x3ffb1e80 0x400d7de5:0x3ffb1fb0 0x40088ba1:0x3ffb1fd0

@stritti
Copy link
Author

stritti commented May 11, 2020

@UeloJazz that is not related to the batch file.

@BenjaminDerProgrammierer

That does not work. please help me!
Error:
[my home directory]/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-addr2line.exe: './.pioenvs/nodemcuv2/firmware.elf': No such file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment