Renesas H8S/2378F Informazioni Techniche Pagina 98

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 109
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 108 109

Commenti su questo manuale

Nessun commento