Hello @VaneB ,
Thanks for the reply. But the links can not solve my problem.
After some investigation, I have found out the cause:
- the example project freertos_s32k148 use the S32SDK_S32K1xx_RTM_3.0.0 FreeRTOS (V10.0.1) which is included in S32DS;
- our project is built outside the S32DS, and use the S32_SDK_S32K1xx_RTM_4.0.3 FreeRTOS (V10.2.1). If we switch to S32SDK_S32K1xx_RTM_3.0.0 FreeRTOS (V10.0.1), the FreeRTOS Task Aware Debugger Task List View is working well.
It seems FreeRTOS (V10.2.1) has different task TCB structure, comparing to FreeRTOS (V10.0.1).
We are using S32DS Version: 2.2 Build id: 200116 (with FreeRTOS Task Aware Debugger version 1.0.8 (201810241449)) on Windows PC.
I hope the FreeRTOS Task Aware Debugger can be updated so that it can work well with different version of FreeRTOS.
Please do inform me if such update is done.
Thanks