Renesas TM V.3.20A Información técnica Pagina 10

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 23
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 9
TM V.3.20A Release note
Rev.2.00 Februray. 20, 2006 page 8 of 21
REJ10J0019-0200
3) When 16 was specified in the message size or designation was omitted, and STANDARD was specified in
the interruption prohibition model or designation was omitted.
Compilation option : -Dfar_msg=1 isn’t specified, and –fMJI is specified.
Link library : mr79sm.lib and c79mrsm.lib are specified.
<Example>
system {
:
message_size = 16;
interrupt_model = STANDARD;
:
};
4) When 16 was specified in the message size and or designation was omitted, and SHORT was specified in
the interruption prohibition.
Compilation option : -Dfar_msg=1 isn’t specified, and –fMJI is specified.
Link library : mr79smi.lib and c79mrsmi.lib are specified.
<Example>
system {
:
message_size = 16;
interrupt_model = SHORT;
:
};
5) When a time-out function is used.
Compilation option : -Dtimeout=1 is specified.
<Example>
system {
:
timeout = YES;
:
};
6) When a time-out function isn’t used.
Compilation option : -Dtimeout=1 isn’t specified.
<Example>
system {
:
timeout = NO;
:
};
4.8.4 In the case of MR7700 (for 7700 series)
1) When you put the source file of C besides “Working Directory” (.\).
Compilation option : -I.
2) 24 was specified in the message size. When STANDARD was specified in the interruption prohibition
model or designation was omitted.
Compilation option : -Dfar_msg=1 is specified.
Link library : mr77lm.lib and c77mrlm.lib are specified.
<Expamle>
system {
:
message_size = 24;
interrupt_model = STANDARD;
:
};
Vista de pagina 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 22 23

Comentarios a estos manuales

Sin comentarios