Freescale Semiconductor Microcontrollers Uživatelský manuál Strana 630

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 892
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 629
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.
Zobrazit stránku 629
1 2 ... 625 626 627 628 629 630 631 632 633 634 635 ... 891 892

Komentáře k této Příručce

Žádné komentáře