cache_err_int: Add cache error interrupt panic

This commit is contained in:
Li Shuai
2019-07-17 10:05:18 +08:00
parent 35147119f1
commit ce6c86672b
3 changed files with 111 additions and 12 deletions

View File

@@ -315,7 +315,7 @@ void start_cpu0_default(void)
//Initialize the interrupt watch dog for CPU0.
//esp_int_wdt_cpu_init();
#endif
//esp_cache_err_int_init();
esp_cache_err_int_init();
esp_crosscore_int_init();
spi_flash_init();
/* init default OS-aware flash access critical section */