This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

JTAG debugger doesn't stop in main task

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

0