Empty Stateviewer task list

Hello, I try to integrate the Stateviewer into our new project. We are using Eclipse, GCC, OpenOCD and a STM32 Nucleo Board. So far, only the queue table works but I am more interested in the task table. The error output of the plugin is: ~~~ Unable establish TargetStruct structure with size request sizeof(xTCB) and structure start ((xTCB)0) updateTaskStore: Switched to ROMTaskStore because TCB: Unable to find TCB structure. ROMTCB: Found String: updateTaskStore: Switched to ROMTaskStore because TCB: Unable to find TCB structure. Unable establish TargetStruct structure with size request sizeof(timerControlBlockType) and structure start ((timerControlBlockType)0) prvReadTimersFromList: failed to read list: null ~~~ What should I do to make it work? Thanks!

Empty Stateviewer task list

Hi, what version of FreeRTOS are you using? If you use v10.1.0, please update to v10.1.1. There are some fixes regarding task aware debug tools. Br, Wolfgang

Empty Stateviewer task list

Hi, we are using FreeRTOS V9.0.0, because STM32CubeMX provides this version. Best regards, Michael