2021-11-01 10:37 AM
After a breakpoint, I would like to look at my other threads and see where (line of code / function) they are either running or suspended at.
All i see in the call history is __get_ispr_value(), which may be true but is not helpful.
Thanks,
Mark
2021-12-15 11:52 PM
Hello @MButsch ,
Take a look at this reference (6.1 Azure® RTOS ThreadX page 183).
This may help you.
Please click on Select as Best if my post fully answered your question. This will help other customers with the same issue to find the solution faster!
BeST Regards,
Walid
2021-12-21 07:37 AM
Hi,
You can display ThreadX Thread list as following:
Regards