Hi, I am using ulink2 JTAG debugger. Though I have very strange problem. If I put break point in main (I mean in _task_ 0) then program doesn't hit the break point. But if I put break point in other tasks then it does work fine.
I very much interested in debugging _task_ 0. Has anyone faced similar issue? I have tried to changing Max JTAG clock but it doesn't improve the situation.
Some other info: Device: XC167CI-16F Tool set C166 OS: RTX-166 Tiny
Maybe task 0 has payed for protection? ;)
Thanks for response. I am not using any code or memory protection though.
Am I understanding what you are trying to say? Please elaborate if I misunderstood.
It was an attempt at a joke.
Managed to stop. Placed long delay in _task_ 0. Which gives enough time to debugger to get control of CPU.