Hi everyone,
I'm working on a custom board based on i.MX8M mini with Eclipse, GNU Arm Embedded toolchain and Segger J-Link.
I'm having a problem on debugging a program with the FreeRTOS task aware function enabled. If it's not enabled I can debug (run, pause, breakpoint, restart) with no problem, without seeing the tasks call stack, of course.
If I enable the FreeRTOS task aware function, adding -rtos GDBServer/RTOSPlugin_FreeRTOS option, a hard fault exception is generated before reaching the main().
Does anyone experienced this behaviour?
Many thanks
Biafra
I'm working on a custom board based on i.MX8M mini with Eclipse, GNU Arm Embedded toolchain and Segger J-Link.
I'm having a problem on debugging a program with the FreeRTOS task aware function enabled. If it's not enabled I can debug (run, pause, breakpoint, restart) with no problem, without seeing the tasks call stack, of course.
If I enable the FreeRTOS task aware function, adding -rtos GDBServer/RTOSPlugin_FreeRTOS option, a hard fault exception is generated before reaching the main().
Does anyone experienced this behaviour?
Many thanks
Biafra