Closed grdSTM closed 2 years ago
Workaround for the STM32CubeIDE gdb FreeRTOS kernel awareness tool:
Redefining the tskTaskControlBlock struct, even locally, confuses the tool, which is not able to recover the callstrack context of each RTOS tasks.
Using a different name avoids the confusion, and restores the STM32CubeIDE debug view.
Workaround for the STM32CubeIDE gdb FreeRTOS kernel awareness tool:
Redefining the tskTaskControlBlock struct, even locally, confuses the tool, which is not able to recover the callstrack context of each RTOS tasks.
Using a different name avoids the confusion, and restores the STM32CubeIDE debug view.