Search found 2 matches
- Wed Jan 22, 2020 2:17 pm
- Forum: Report Bugs
- Topic: Can't get core dump from flash - Invalid core dump CRC d59a4f1e, should be ffffffff
- Replies: 1
- Views: 12765
Can't get core dump from flash - Invalid core dump CRC d59a4f1e, should be ffffffff
I opened issue #4656 on github
- Thu Jan 16, 2020 9:18 am
- Forum: Report Bugs
- Topic: Can't get core dump from flash - Invalid core dump CRC d59a4f1e, should be ffffffff
- Replies: 1
- Views: 12765
Can't get core dump from flash - Invalid core dump CRC d59a4f1e, should be ffffffff
Hi! I have ESP32D0WDQ6 on my custom board. IDF v.3.3.1. Host computer with Windows 10. I modified hello_world example for making abort in task watchdog and trying to get core dump from flash. In menuconfig i set options for writing core dump to flash and for abort when task watchdog timer triggers. ...