How to view call stack which task is not actived in KDS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to view call stack which task is not actived in KDS

1,278 Views
haidong_zheng
NXP Employee
NXP Employee

In KDS we can see active task call stack if we pause the MCU just like below picture: below pitcure show current acitve task is "main" task  current MCU PC is at _io_serial_polled_read() at serl_pol.c 366 0x53132.

But if I want to see other blocked task call stack like "KHCI Task" in below picture, I can't find the correct way to do this.

snapshot26.png

While in IAR, I can easily check every task call stack whether it is actived or not .

                     Below picture show in IAR check active task call stack. "main" task                                                                                           Below picture show in IAR check none active task call stack "UMASS" stack

task_main.PNG.png            task_umass.PNG.png

BlackNight

So for KDS, could we check every task call stack while not only active one  just like in  IAR ?

Thanks!

3 Replies

486 Views
BlackNight
NXP Employee
NXP Employee

as this is a MQX question, moving the discussion to the MQX community....

Erich

0 Kudos

486 Views
haidong_zheng
NXP Employee
NXP Employee

I think this is a KDS MQX plugin problem....

0 Kudos

486 Views
johannesschock
Contributor II

Hello,

Are there any news concerning that topic?

I work with Codewarrior Tools and MQX for over 10 years, and if KDS can't display the call stack of not active tasks this would be a massive drawback.

Regards, Johannes Schock