HP299 ICD

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times

HP299 ICD

Post by wayne millard »

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

medelec35
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

Post by medelec35 »

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
Martin

Post Reply