ColdFire V1 Full Chip Simulation Connection
FCS Visualization Utilities
630
Microcontrollers Debugger Manual
empty */
SCI.SCDR = ch;
}
void PutString(char *str)
{
while (*str) {
PutChar(*str);
str++;
}
}
void InitTermIO(void)
{
SCI.BAUD = 0x30; /* baud rate 9600 at 8 MHz */
SCI.SCCR2 = 0x0C; /* 8 bit, TE and RE set */
}

TestTerm Menu

The TestTerm component menu shown in Figure 28.60 lets you set the Cache Size in
lines. Selecting this menu entry accesses the dialog box shown in Figure 28.61.
Figure 28.60 TestTerm Menu
Figure 28.61 TestTerm Cache Size Dialog Box
Drag Out:
Nothing can be dragged out.