Question
Hi all, How to get function call backtrace from within freeRTOS task after hardfault handler?
I am working on stm32f769 project, running freeRTOS task, with stm32cubeIDE(1.7.0) debugger and freeRTOS NXP viewer.
I would like do get backtrace and call stack of a fault happened in a freeRTOS task, without costly tools. I tried the MCU registers dump suggested on freeRTOS but didn't help me so much. Any further suggestion?
