6
Chapter 1 Introduction
3.Caution: debug-related matters
3. Caution: debug-related matters
■ Stepwise execution of RETI command
Under the circumstances where interruption is often generated when carrying out stepwise execution, only
relevant interrupt processing routine is repeatedly executed after the stepwise execution of RETI. Therefore,
main routine or low-level interruption program will not be executed.
To avoid this problem, do not proceed stepwise execution of RETI command.
Or, upon the time when no debug is needed for relevant interrupt routine, proceed the debug by prohibiting
relevant interruptions.
■ Operand break
Do not set the access for area including system stack pointer address as the target for data event break.