Hello
I´m playing with zedboard with tutorials/workshop/training stuff from this site for 2 last days. I´m the newbie into this world (have some background with embedded C, microcontrollers...)
Now I´m trying the features of the debug part of SDK. Everything works fine except its too slow - I mean the time when simple line of a code is finished takes like 1 s.
example:
for (i = 0; i < 6000; ++i) {
temp = temp2; //breakpoint, 1 loop lasts 1-2 seconds
}
Is this a feature of free Webpack licence, hardware or there is something wrong?
Regards,
Longin