unwind stack STM32H7 Free RTOS
HiI would like to store the call stack when the STM32H7 crashes. I implemented unwind.hThe code works on a bare metal simple est code but not with FreeRTOS is runningAny idea as to why? The code static uint16_t CallStackAddr;CALLSTACK_DATA uint3...