Other Parts Discussed in Thread: TEST2
Hi
I have a simple for loop delay in my code, a function in main.c , when I build the project I don't get any errors, but when I debug code the code is not excuted. The debugger just jumps over that function call, althhough is use the "step into" button.
When I load the program into my micro and disconnect the debugger I can see that part of the code is definiantly not include in the code, because there is no delay.
What am I doing wrong? Please help.
Matt