hello everyone, I’m programming esp32 with arduino ide, in the last days loading the fw it resets continuously with the following message in the monitor:
22:58:57.694 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 22:58:57.694 -> configsip: 0, SPIWP:0xee 22:58:57.694 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 22:58:57.694 -> mode:DIO, clock div:2 22:58:57.694 -> load:0x3fff0018,len:4 22:58:57.694 -> load:0x3fff001c,len:812 22:58:57.694 -> load:0x40078000,len:0 22:58:57.721 -> load:0x40078000,len:11584 22:58:57.721 -> entry 0x40078a60 22:58:58.099 -> assertion "false && "item should have been present in cache"" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/nvs_flash/src/nvs_item_hash_list.cpp", line 85, function: void nvs::HashList::erase(size_t) 22:58:58.133 -> abort() was called at PC 0x4014c493 on core 0
Thanks for your answers
Mario
Hi Mario.
What code are you trying to run on the ESP32?
Can you upload the ESP32 boards in the Boards Manager?
Regards,
Sara
Hi Sara
I am following the course of Esp32, for the connection with classic BT. I uploaded the file in the example and for a few days it worked fine. Then I wanted to add a second uart and I followed here: https://www.youtube.com/watch?v=GwShqW39jlE
It gave me error, then I took a new ESP32 with FW of the course, (without uart modification) and it worked well for about 4 days. since yesterday I have this problem also on this second card.
I have found some answers in Github but I don’t understand if they are suitable for this problem.
I hope you can help me.
Thanks
Mario
Hi Mario.
What ESP32 board are you using? Can you share a link to the board you’re using?
And what board are you selecting in the Boards menu?
Regards,
Sara
Hi Sara,
I am using ESP32 DEVKIT V1, I have two devices until last week they worked well,
from board manager I selected “DOIT ESP32 DEVKIT V1″, UPLOAD SPEED 115200,FLASCH FREQ.40MHZ.
What you mean ” Share a link to….”
Maybe I solved the problem, yesterday I spent the whole day with several tests.
Then, after reloading the ESP32 into the board manager, I can reconnect BT to my phone.
and my app (Mit inventor) works again.
Now I continue the tests if everything ok I will close the thread.
I’m glady if you have any other advice.
Thanks
Mario