1 /***********************************************************************/
3 /* PROJECT NAME : test */
4 /* FILE : vector_table.c */
5 /* DESCRIPTION : Vector Table */
6 /* CPU SERIES : RL78 - G14 */
7 /* CPU TYPE : R5F104PJ */
9 /* This file is generated by e2studio. */
11 /***********************************************************************/
\r
13 #include "interrupt_handlers.h"
\r
15 extern void PowerON_Reset( void );
16 extern void vPortTickISR( void );
17 extern void vPortYield( void );
\r
19 #warning Check the options bytes.
\r
20 const unsigned char Option_Bytes[] __attribute__ ((section (".option_bytes"))) = {
\r
21 0x6e, 0xff, 0xe8, 0x85 /* 0x00U, 0xFFU, 0xF8U, 0x81U */
\r
24 const unsigned char Security_Id[] __attribute__ ((section (".security_id"))) = {
\r
25 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
\r
28 #define VEC __attribute__ ((section (".vec")))
\r
29 const void *HardwareVectors[] VEC = {
\r
34 #define VECT_SECT __attribute__ ((section (".vects")))
\r
35 const void *Vectors[] VECT_SECT = {
\r
36 //INT_SRO/INT_WDTI (0x4)
\r
52 //INT_CSI20/INT_IIC20/INT_ST2 (0x14)
54 //INT_CSI21/INT_IIC21/INT_SR2 (0x16)
56 //INT_SRE2/INT_TM11H (0x18)
62 //INT_CSI00/INT_IIC00/INT_ST0 (0x1E)
\r
64 //INT_CSI01/INT_IIC01/INT_SR0 (0x20)
\r
66 //INT_SRE0/INT_TM01H (0x22)
\r
68 //INT_CSI10/INT_IIC10/INT_ST1 (0x24)
\r
70 //INT_CSI11/INT_IIC11/INT_SR1 (0x26)
\r
72 //INT_SRE1/INT_TM03H (0x28)
\r
92 //INT_CSI30/INT_IIC30/INT_ST3 (0x3C)
\r
94 //INT_CSI31/INT_IIC31/INT_SR3 (0x3E)
\r
114 //INT_CMP0/INT_P10 (0x52)
116 //INT_CMP1/INT_P11 (0x54)
124 //INT_SRE3/INT_TM13H (0x5C)
\r