Page 1 of 1

启用外部SPIRAM后,报spi_flash_disable_interrupts_caches_and_other_cpu错误

Posted: Tue Oct 11, 2022 12:39 pm
by Charles_Wen
问题现象:
1. 启用外部 SPIRAM 后执行 OTA 升级时,报 spi_flash_disable_interrupts_caches_and_other_cpu 错误。
2. 启用外部 SPIRAM 后执行蓝牙初始化时,报 spi_flash_disable_interrupts_caches_and_other_cpu 错误,此时可通过降低任务的堆栈空间可规避此问题。
3. 禁用外部 SPIRAM 后,执行 OTA 或初始化蓝牙时,不会报上述错误,增加任务堆栈空间也不会出错。