This one looks like the same issue: https://github.com/espressif/esp-idf/issues/2687
It mentioned as closed, but actually, it doesn't
So I'm using ESP-IDF release v4.0 with all the latest updates and can face it again...
Search found 2 matches
- Tue Oct 06, 2020 1:18 pm
- Forum: Report Bugs
- Topic: OTA Image load crash - Guru meditation error
- Replies: 1
- Views: 5289
- Tue Oct 06, 2020 7:15 am
- Forum: Report Bugs
- Topic: OTA Image load crash - Guru meditation error
- Replies: 1
- Views: 5289
OTA Image load crash - Guru meditation error
Hi there, Looks like I face a bug in Bluetooth interrupt handlers. It happens when OTA task is writing chunks of downloaded image to the flash and at the same time BLE GATT server gets some read/write requests from the client So based on my investigation, the root causes of the issue could be relate...