[Codebox]assert failed: spi_flash_disable_interrupts_caches_and_other_cpu cache_utils.c:154 (esp_task_stack_is_sane_cache_disabled())[/Codebox] is there any config to control this or any workaround? I am not sure if this was identified earlier and addressed. ...
I should save 16KB of Internal RAM by setting Data Cache Size to 16KB, versus 32KB. What is the actual behavior? Shortly after boot, I hit this assert: assert failed: spi_flash_disable_interrupts_caches_and_other_cpu cache_utils.c:137 (esp_task_stack_is_sane_cache_disabled()) ...
Also detect if interrupts on CPU 1 are disabled for too long. config ESP_TASK_WDT bool "Initialize Task Watchdog Timer on startup" bool "Enable Task Watchdog Timer" default y select FREERTOS_ENABLE_TASK_SNAPSHOT help The Task Watchdog Timer can be used to make sure individual tasks are...