Search found 2 matches

by yurik75
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: 12533

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. ...