User`s manual

RX62N Group, RX621 Group 1. Introduction
1.3.4. Include the new source files
Use the key sequence Alt, P, A to open the "Add files to project ‘<your project>’" window.
Double click on the RPDL folder.
From the "Files of type" drop-down list, select "C source file (*.C)".
Use the key sequence Ctrl-A to select all the Interrupt handler files, as shown below.
Click on "Add".
Click on "OK" to return to the main HEW window.
1) Peripherals that are not required
If a peripheral module is not required, the interrupt handler file does not need to be included.
If the unused interrupts still require entries in the interrupt vector table, edit the file Interrupt_not_RPDL.c to
uncomment the #define for the unused peripherals.
For example,
//#define RPDL_ADC_10_not_used
Becomes
#define RPDL_ADC_10_not_used
The file Interrupt_INTC.c must be included.
2) Peripherals that are not supported by RPDL
The file Interrupt_not_RPDL.c also contains handlers for the peripherals that are not supported by RPDL. This
allows the user to add handler code for these peripherals while supporting the Fast Interrupt feature
(see R_INTC_CreateFastInterrupt).
R20UT0084EE0112 Rev.1.12 Page 1-7
July. 16, 2014