We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using Keil uvision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in rtx idle thread and timer thread...
I've tested my threads callbacks with BP and it seems that my application does indeed jumps to those threads meaning they're do exist!
any idea?
Depending on which compiler version you are using in your project, if it is the armcc v5.x, refer to this page www.keil.com/.../4026.htm
TBH I'm using armcc v6.14, I did try to use this solution though... didnt work :(