Application Note
RX Family
Aeropoint Module Firmware Integration Technology
Introduction
This application note describes the Aeropoint module which uses Firmware Integration Technology (FIT).
This module is hereinafter referred to as “the Aeropoint FIT module”.
Target Device
・RX65N group、RX651group ROM capacity:1.5MB to 2MB
・RX72N group ROM capacity:1.5MB to 4MB
When this application note is applied to other Renesas MCUs, careful evaluation is recommended after
making modifications to comply with the alternate MCU.
Target Compilers
・Renesas Electronics C/C++ Compiler Package for RX Family
For details of the confirmed operation contents of each compiler, refer to “2.7 Adding the FIT Module to Your
Project”.
Related Documents
• Firmware Integration Technology User’s Manual (R01AN1833)
• RX Family Board Support Package Module Firmware Integration Technology (R01AN1685)
R01AN5793EJ0100 Rev.1.00 Page 1 of 11
2021.3.16
RX Family Aeropoint Module Firmware Integration Technology
Contents
1. Overview .......................................................................................................................................3
1.1 Aeropoint FIT Module ............................................................................................................................ 3
1.2 Overview of the Aeropoint FIT Module .................................................................................................. 3
2. API information .............................................................................................................................4
2.1 Hardware Requirements ....................................................................................................................... 4
2.2 Software Requirements ......................................................................................................................... 5
2.3 Supported Toolchain ............................................................................................................................. 5
2.4 Header Files .......................................................................................................................................... 5
2.5 Integer Types ........................................................................................................................................ 5
2.6 Configuration while Compiling ............................................................................................................... 6
2.7 Adding the FIT Module to Your Project ................................................................................................. 6
3. Pin Setting ....................................................................................................................................7
4. Notation to implement the Aeropoint FIT module ........................................................................8
4.1 Selecting the library file ......................................................................................................................... 8
5. Appendix .......................................................................................................................................9
5.1 Confirmed Operation Environment ........................................................................................................ 9
5.2 Troubleshooting..................................................................................................................................... 9
6. Reference Documents ................................................................................................................10
Revision History .................................................................................................................................11
R01AN5793EJ0100 Rev.1.00 Page 2 of 11
2021.3.16
RX Family Aeropoint Module Firmware Integration Technology
1. Overview
1.1 Aeropoint FIT Module
The Aeropoint FIT module is used as an API, by implementing in a project. Refer to “2.7 Adding the FIT
Module to Your Project” for how to implement the Aeropoint FIT module into a project.
1.2 Overview of the Aeropoint FIT Module
The Aeropoint FIT module enables Aeropoint GUI to be easily implemented in a user’s program with Smart
Configurator by making Aeropoint GUI by CRI Middleware correspond to FIT.
For the details of Aeropoint GUI, refer to the document below.
・Aeropoint GUI User’s Manual
R01AN5793EJ0100 Rev.1.00 Page 3 of 11
2021.3.16
RX Family Aeropoint Module Firmware Integration Technology
2. API information
This FIT module has been confirmed to operate under the following conditions.
2.1 Hardware Requirements
The MCU used must support the following functions:
• CMT
• GLCDC
• GPIO
• SCI
• MPC (when using RX651/65N)
In addition, the MCU used must support the following functions when the applications are used.
- When an SD card is used.
• DMAC
• ICU
• SDHI
- When an external flash memory is used.
• DMAC
• ICU
• I/O port
• QSPI
- When data communication (LAN) is used.
• EDMAC
• ETHERC
- When command communication (UART) is used.
• DMAC
• ICU
R01AN5793EJ0100 Rev.1.00 Page 4 of 11
2021.3.16