Fujitsu CREMSON MODULAR STARTERKIT Manuel de l'utilisateur - Page 17

Parcourez en ligne ou téléchargez le pdf Manuel de l'utilisateur pour {nom_de_la_catégorie} Fujitsu CREMSON MODULAR STARTERKIT. Fujitsu CREMSON MODULAR STARTERKIT 36 pages.

Fujitsu CREMSON MODULAR STARTERKIT Manuel de l'utilisateur
ABORT: Forcibly terminates execution.
CAUTION: This function can be used in single code line operations only
(example: for(k=DELAY_CONSTANT; k>0; k--); ) !!
To abort continous execution on the Starterkit, you have to use an external
interrupt. All examples provided use the „USER0"-button for this purpose.
The USER0-button is an external interrupt source which will be initialized at the highest
priority. In the interrupt service routine you will find a software trap (INTE), which will
force the debugger to stop at this specific point. You may use traps also to intentionally
stop in your code for debugging purposes.
© Fujitsu Microelectronics Europe GmbH
Cremson Modular Starterkit
Chapter 4 Details of the included Monitor-Debugger
- 17 -