Question
How to parse raw stack data in hex (STM32F4)?
Hello,
I'd like to ask is there any information about parsing raw stack data?
I always save data from PSP stack when a HardFault happens. Here is an example:
20020200: 00000000 0A461285 00000F7F 00000000 00000000 0812CA7D 0812CA9A 20020210
20020220: <hex> <hex> <hex> <hex> <hex> <hex> <hex> <hex>
etc
As far as I understand it may be helpful to recover the end of the list of functions in the order they were called before a HF happened. Is there any resources about recording information on stack for STM32F4?
