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?