Core Dump Header File

Hi everybody.

I'm using nRF Connect SDK 2.8.0.
I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash.
I tested it successfully. The only thing that I like to know, is about 16 bytes that core dump writes before file header ID (0x5A 0x45) "ZE".
These 16 bytes are: 43 44 01 00 33 09 00 00 00 00 27 5C 00 00 00 00



I'll be happy to guide me how to parse them.

Best Regards
Mehdi Sadeghian

Related