-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board: esp32wroom32 - Arduino ESP32 Dev Module, yes.
Core Installation/update date: latest, fresh install
IDE name: Arduino IDE 1.8.5, fresh install
Flash Frequency: 40Mhz?
Upload Speed: 115200
Description:
I don't know how this happened but I got a problem with 2 esp32 units -one with the below indicated issue, plus, another one I've just tried after having problems with the first ESP32 unit-.
I can compile any example or my own sketches but, once the sketch is loaded, it doesn't work and, through the serial monitor I can only get same message, which makes me think if both units have same problem (same day?) because of soft or hardware reasons (?) as "core 0" is continuously mentioned:
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:952
load:0x40078000,len:6084
load:0x40080000,len:7936
entry 0x40080310
assertion "index >= 0 && index < Nitems" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/nvs_flash/src/compressed_enum_table.hpp", line 38, function: Tenum CompressedEnumTable<Tenum, Nbits, Nitems>::get(size_t) const [with Tenum = nvs::Page::EntryState; unsigned int Nbits = 2u; unsigned int Nitems = 126u; size_t = unsigned int]
abort() was called at PC 0x400d33ab on core 0
Backtrace: 0x400883f8:0x3ffc6fd0 0x400885fb:0x3ffc6ff0 0x400d33ab:0x3ffc7010 0x400d6292:0x3ffc7040 0x400d69b1:0x3ffc7090 0x400d6c37:0x3ffc7100 0x400d6ea5:0x3ffc7160 0x400d5bb6:0x3ffc71c0 0x400d5a11:0x3ffc7210 0x400d5acb:0x3ffc7230 0x400d5b16:0x3ffc7250 0x400d0a24:0x3ffc7270 0x400e569f:0x3ffc7290 0x400d430e:0x3ffc72c0
..............................................................................................................................................
Just in case:
I have re-installed Arduino IDE and also charged the last latest ESP32 library version (https://github.com/espressif/arduino-esp32).
I have pushed the "Boot" & "En" buttons for long times... doesn't matter: the sketch is compiled, and uploaded but... the ESP32 shows always same issue/message.
...............................................................................................................................................
I'm totally newbie with Arduino and programming (0 knowledge!) but I have been able to connect some sensors to both ESP32 units and connect them to a couple of IoT platforms and get those sensor values on the account I opened. However, since yesterday both units show same problem.
Sketch:
It doesn´t matter the sketch: the unit simply seems to reboot all time... (!)
Debug Messages:
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:952
load:0x40078000,len:6084
load:0x40080000,len:7936
entry 0x40080310
assertion "index >= 0 && index < Nitems" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/nvs_flash/src/compressed_enum_table.hpp", line 38, function: Tenum CompressedEnumTable<Tenum, Nbits, Nitems>::get(size_t) const [with Tenum = nvs::Page::EntryState; unsigned int Nbits = 2u; unsigned int Nitems = 126u; size_t = unsigned int]
abort() was called at PC 0x400d33ab on core 0
Backtrace: 0x400883f8:0x3ffc6fd0 0x400885fb:0x3ffc6ff0 0x400d33ab:0x3ffc7010 0x400d6292:0x3ffc7040 0x400d69b1:0x3ffc7090 0x400d6c37:0x3ffc7100 0x400d6ea5:0x3ffc7160 0x400d5bb6:0x3ffc71c0 0x400d5a11:0x3ffc7210 0x400d5acb:0x3ffc7230 0x400d5b16:0x3ffc7250 0x400d0a24:0x3ffc7270 0x400e569f:0x3ffc7290 0x400d430e:0x3ffc72c0
Rebooting...
Can anyone help me to fix this?
Thank you very much in advance for any help!
Victor
P.s.: remember I am totally newbie on this subjects ('though I always try my best :-) )