- Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
- Core 0 register dump:
- PC : 0x400d8000 PS : 0x00060330 A0 : 0x800d83f8 A1 : 0x3ffba6c0
- 0x400d8000: nvs_get_str_or_blob(unsigned int, nvs::ItemType, char const*, void*, unsigned int*) at D:/esp-idf/components/nvs_flash/src/nvs_api.cpp:498
- A2 : 0x00000000 A3 : 0x00000041 A4 : 0x3f4048b4 A5 : 0x3ffb5d8c
- A6 : 0x00000020 A7 : 0x00000001 A8 : 0x800d7ff0 A9 : 0x3ffba6a0
- A10 : 0x00000000 A11 : 0x00000041 A12 : 0x3f4048b4 A13 : 0x3ffba6c4
- A14 : 0x00000000 A15 : 0x00000001 SAR : 0x00000018 EXCCAUSE: 0x0000001c
- EXCVADDR: 0x00000020 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
- Backtrace:0x400d7ffd:0x3ffba6c0 0x400d83f5:0x3ffba6f0 0x400d6a30:0x3ffba710 0x4013db3d:0x3ffbab40 0x4008bc31:0x3ffbab60
- 0x400d7ffd: nvs_get_str_or_blob(unsigned int, nvs::ItemType, char const*, void*, unsigned int*) at D:/esp-idf/components/nvs_flash/src/nvs_api.cpp:497
- 0x400d83f5: nvs_get_blob at D:/esp-idf/components/nvs_flash/src/nvs_api.cpp:514
- 0x400d6a30: app_main at C:\Users\Usuario11\eclipse-workspace\hello_world\build/../main/hello_world_main.c:57 (discriminator 13)
- 0x4013db3d: main_task at D:/esp-idf/components/freertos/port/port_common.c:133 (discriminator 2)
- 0x4008bc31: vPortTaskWrapper at D:/esp-idf/components/freertos/port/xtensa/port.c:168
Hi all,
Currently I'm developing a C program to run in the Espressif. The first time I start the program well, but when I do a software reset the Espressif gets stuck in an error loop with the next error code:
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
I don't know what it is the sentence causing this problem, because the first time the program runs, it is doing it correctly.
Thank you,
Pablo