While busy to implement a new library, and after downloading this version to my WeMos Lolin 32 (using Arduino IDE), I had the following issue:
Code: Select all
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:812
load:0x40078000,len:0
load:0x40078000,len:11392
entry 0x40078a9c
Guru Meditation Error: Core 1 panic'ed (LoadProhibited)
. Exception was unhandled.
Register dump:
PC : 0x400013f9 PS : 0x00060530 A0 : 0x800d2036 A1 : 0x3ffcb590
A2 : 0x3ffc51a8 A3 : 0x00000000 A4 : 0x000000ff A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x3ffcb510
A10 : 0x3ffc51a8 A11 : 0x3ffc6000 A12 : 0x00000000 A13 : 0x0000ff00
A14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x00000014 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400013f9 LEND : 0x4000140d LCOUNT : 0xffffffff
Backtrace: 0x400013f9:0x3ffcb590 0x400d2033:0x3ffcb5a0 0x400d2086:0x3ffcb5c0 0x400d10b4:0x3ffcb5e0 0x400f050d:0x3ffcb620
Code: Select all
esptool.py v2.1
Connecting........_____....._____....._____....._____....._____....._____....._____....._____....._____.....____An error occurred while uploading the sketch
Is it a way to overcome this situation?
Thanks in advance
Robert