Renesas M3T-MR100 Network Card User Manual


 
248
Table 8.3 List of vector number and vector address
Vector number Vector address Interrupt
0 FFFFFFD0H Kernel reserved area
1 FFFFFFD4H Kernel reserved area
2 FFFFFFD8H Kernel reserved area
3 FFFFFFDCH Undefined instruction
4 FFFFFFE0H Overflow
5 FFFFFFE4H BRK instruction
6 FFFFFFE8H Reserved area
7 FFFFFFECH Reserved area
8 FFFFFFF0H Watchdog timer, voltage down detection, oscillation stop detection
9 FFFFFFF4H Reserved area
10 FFFFFFF8H NMI
11 FFFFFFFCH Reset
<< Content >>
1. Start address
[( Definition format )]
Symbol or function name
[( Definition range )] None
[( Default value )] __SYS_DMY_INH
Define the entry address to the interrupt handler. When written in C language, add () at the end of the function
name or __ at the beginning of it.
2. Switch passed to PRAGMA extended function
[( Definition format )]
Symbol
[( Definition range )] B or R
[( Default value )] None
Specify the switch to be passed to #pragma INTERRUPT. If "B" is specified, a "/B" switch is selected, in which
case register bank 1 is selected. If "R" is specified, a "/R" switch is selected, in which case no codes are output
that change the floating-number rounding mode of the FLG register to the "nearest value."
Both switches can be specified at the same time.