Closed philipptrenz closed 3 years ago
Traced it down using https://github.com/me-no-dev/EspExceptionDecoder Decoded Exception:
Exception 3: LoadStoreError: Processor internal physical address or data error during load or store
PC: 0x40100c91
EXCVADDR: 0x4002ce98
Decoding stack results
0x4023b299: operator delete(void*) at /workdir/repo/gcc/libstdc++-v3/libsupc++/del_op.cc line 48
0x4023b284: operator delete[](void*) at /workdir/repo/gcc/libstdc++-v3/libsupc++/del_opv.cc line 3
Could also test using a NodeMCUv2 Lolin board, same behaviour.
Switched over to ArduinoIDE and now it works, not sure what went wrong using PlatformIO
Could you share what build options you used in the Arduino IDE that did work? I'm guessing its probably something in there that wasn't playing nice
Mainly looking for board, flash size, lwip variant, and vtables
I might just need to specify I different environment for d1_mini_lite and lolin boards in platform io
b385f22cda0bfb2a6cfe1c0ac32acf8d5ce726fd
I added some additional board environments
These are the Arduino settings I used, in PlatformIO I used the following configuration:
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
IRremoteESP8266@^2.7
https://github.com/tzapu/WiFiManager.git
ArduinoJson@^6.17
Time@^1.6
https://github.com/jjssoftware/Cryptosuite.git
monitor_speed = 115200
Does the new d1_mini environment that's included now work for you?
Hey there,
tried to use this project on a D1 Mini using PlatformIO. Compiles and uploads fine, but after that I get the following error within the serial monitor in an continuous loop:
What can I do to trace the issue down?