HC08 Full Chip Simulation
Configuration Procedure
303
Microcontrollers Debugger Manual
Syntax
>SPDI [<n>]
Where:
<n> The value to be entered into the next location in the input buffer
Example
>SPDI $55
Set the next input value to the SPI to $55
>SPDI
Pull up the data window with all the input values.
Figure 11.49 SPI IN Buffer Display

SPDO Command

The SPDO command displays the output buffer from the SPI. A window is opened that
shows all the data that the SPI has shifted out. An arrow is used to point to the last output
value transmitted. The maximum number of output values that the buffer holds is 256
bytes.
Syntax
>SPDO
Example
>SPDO
View data from the output buffer for the SPI simulation.