- Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region
- Core 0 register dump:
- PC : 0x400d1f94 PS : 0x00060d34 A0 : 0x800853bc A1 : 0x3f
- A2 : 0x00000001 A3 : 0x15122500 A4 : 0x00060d20 A5 : 0x40
- A6 : 0x3ffaffe8 A7 : 0x3ffb5d90 A8 : 0x80081a40 A9 : 0x3f
- A10 : 0x00000000 A11 : 0x15122500 A12 : 0x00060f20 A13 : 0x00
- A14 : 0x3ffb3b0c A15 : 0x3ffb5d40 SAR : 0x00000020 EXCCAUSE: 0x00
- EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xff
- Backtrace: 0x400d1f94:0x3ffb5d90 0x400853b9:0x3ffb5dc0 0x40085925:0x3ffb5df0 0x4
- 0x400d1f94: portENTER_CRITICAL_NESTED at dport_access.c:?
- 0x400853b9: Cache_Flush at flash_mmap.c:?
- 0x40085925: spi_flash_mmap_pages at ??:?
- 0x40085575: spi_flash_mmap at ??:?
- 0x400fd4ef: load_partitions at partition.c:?
- 0x400fd34d: esp_partition_find at ??:?
- 0x400fd471: esp_partition_find_first at ??:?
- 0x400fbf32: nvs_flash_init_partition at C:/msys32/home/brettG/Git/esp-idf/com
- 0x400fbf72: nvs_flash_init at C:/msys32/home/brettG/Git/esp-idf/components/nv
- 0x400e3fc1: app_main at ??:?
- 0x400d1504: main_task at cpu_start.c:?
Code: Select all
void app_main(void){
vTaskDelay(2000 / portTICK_PERIOD_MS);
printf("Initing NVS\n");
nvs_flash_init();
printf("NVS init Done.\n");
vTaskDelay(2000 / portTICK_PERIOD_MS);
}
I have been messing with make menuconfig for days trying to fis this issue. Any ideas would be greatly appreciated.
Thanks,
- Brett