phyCORE-ADuC812 QuickStart Instructions
70
© PHYTEC Meßtechnik GmbH 2002 L-462e_2
•
The passing of the array element to the wait function can be
viewed whenever you step into the wait function. After stepping
into the wait function you will find one of the elements in
registers R6 and R7.
4.8
Running, Stopping and Resetting
•
To run your program without stopping at any time, delete all
breakpoints by clicking on the
button.
•
Click the Run
button.
The LED now blinks and its current status is displayed in the Serial
window.
Use of the Stop
button is not possible as this example utilizes
functions for the RS-232 communication within the application code.
To stop program execution, leave the debugger and press the Reset
button on the phyCORE Development Board LD 5V.
If you want to use the Stop
button, the serial output of the
debug program must be disabled. To do so, add INTERRUPT in the
Define: input field within the C51 tabsheet before rebuilding the
project and enable the Serial Interrupt in the Target Setup window
for the debugger.