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.
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
So for KDS, could we check every task call stack while not only active one just like in IAR ?
Thanks!
as this is a MQX question, moving the discussion to the MQX community....
Erich
I think this is a KDS MQX plugin problem....
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