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

Why so slow ?

Hi,
I am a beginner so be patient!

When i run the code below after downloading the prog to my Xc161xBoard, if i step over the line which creates Test, why does it take about 5 secs to debug this line??

typedef struct _tag { char a[10]; char b[10]; int c; }Test;

Test test = {"Hello", "Goodbye", 23};

0