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};