Renesas H8S/2378F Technické informace Strana 98

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 109
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 97
7.3.2 Area Selection (FDTUMain.c)
To select the user boot area or user area, FmatsUserBootMat (0xaa) or FmatsUserMat (0x00) is set in the FMATS
register. At least two NOP instructions are required after setting.
/*
/////////////////////////////
// UserBootSelect Function //
/////////////////////////////
*/
void UserBootSelect(void)
{
FMATS = FmatsUserBootMat;
nop();
nop();
}
/*
////////////////////////////
// UserMatSelect Function //
////////////////////////////
*/
void UserMatSelect(void)
{
FMATS = FmatsUserMat;
nop();
nop();
}
90
Zobrazit stránku 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 108 109

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

Žádné komentáře