Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed)
Posted: Mon Sep 30, 2019 12:13 pm
Hi all,
I have a requirement like set/reset the gpio pin based on the condition, which is in timer interrupt of time 10ms and in parallel I'm receiving data from uart interrupt and that data I'm writing it to internal flash using spi_flash_write() API function. when spi_flash_write() function is called, I'm getting an error "Cache disabled but cached memory region accessed". Can anyone help me to solve this problem?.
Any help can be appreciated.
Thanks
I have a requirement like set/reset the gpio pin based on the condition, which is in timer interrupt of time 10ms and in parallel I'm receiving data from uart interrupt and that data I'm writing it to internal flash using spi_flash_write() API function. when spi_flash_write() function is called, I'm getting an error "Cache disabled but cached memory region accessed". Can anyone help me to solve this problem?.
Any help can be appreciated.
Thanks