Crashing on esp_ota_end()
Posted: Tue May 16, 2023 10:35 am
Hello everyone,
I am trying to do an ota via modbus rtu. But after having written the image to flash with esp ota write(), the call to esp ota end
makes the esp crash with "Guru Meditation Error: Core / (Cache disabled but cached memory region accessed).
Write back error occurred while dcache tries to write back to flash".
I suspect a similar issue to this one: https://esp32.com/viewtopic.php?t=19141
But the solution in the provided issue doesent work, because I am using v5.0
The chip is esp32s3.
I am trying to do an ota via modbus rtu. But after having written the image to flash with esp ota write(), the call to esp ota end
makes the esp crash with "Guru Meditation Error: Core / (Cache disabled but cached memory region accessed).
Write back error occurred while dcache tries to write back to flash".
I suspect a similar issue to this one: https://esp32.com/viewtopic.php?t=19141
But the solution in the provided issue doesent work, because I am using v5.0
The chip is esp32s3.