Renesas RSK H8S2215R Tutorial page 22

Single-chip microcomputer
Table of Contents

Advertisement

Press 'Go' to run the code from the current PC
position.
When the program stops you can see the modified string displayed on the second line of the LCD.
Inspection of the watch pane will show that the first character of the variable string has been replaced with the first character of the constant
replacement string.
Remove the breakpoint
Right click on the 'DisplayString();' function call after the loop and select 'Go to cursor'.
This shows that the variable was initialised at program start up and can be overwritten with 'TESTTEST'.
The modified string is also displayed on the LCD
You have now run the tutorial code and used many of the common features of the debugger. We suggest that you review the rest of the
tutorial code as many functions have important information on the operation of the code, the compiler directives and comments on when
they should or must be used. Please refer to Chapter 7 for more information on the project files.
20

Advertisement

Table of Contents
loading

Table of Contents