Hi Team,
Is there a problem with the icd stopping on a brake point in a interrupt?
This seems to be the problem that i have it will stop on a brake point in main.
Thanks,
Wayne
HP299 ICD
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: HP299 ICD
Hi Wayne,
From V4.5 ICD no longer accesses the interrupts therefore will not be able to set a break point within interrupts.
It was does this way to stop corruption issues when ICD is enabled.
You could set a flag in within interrupt so if a condition is met then flag = 1.
Then place a decision icon (If flag = 1) in main and a empty calculation box for a true condition.
So if the flag condition is true then break point will stop at the empty calculation icon.
Martin
From V4.5 ICD no longer accesses the interrupts therefore will not be able to set a break point within interrupts.
It was does this way to stop corruption issues when ICD is enabled.
You could set a flag in within interrupt so if a condition is met then flag = 1.
Then place a decision icon (If flag = 1) in main and a empty calculation box for a true condition.
So if the flag condition is true then break point will stop at the empty calculation icon.
Martin
Martin