跳转到主要内容

概览

描述

By using the FIT module, users can easily incorporate firmware update functionality and secure boot functionality into their applications.

Product Composition

  • Firmware Update Module
  • Demonstration project (Sample applications: Bootloader, Update application)
  • Renesas Image Generator (Initial and update image generation tool)

特性

  • Firmware update functionality can be easily integrated using the RX/RL78 family.
  • The product is equipped with a secure boot function to verify the legitimacy of the firmware.
  • The product offers a variety of update methods, such as Partial update method/Full update method/Dual-Bank method.
  • Demonstration projects are available for boards with compatible devices.
  • The acquisition of update data is implemented in the user application.
    Therefore, various update environments can be constructed.
  • Tools for generating initial/update images for firmware updates are provided. (Renesas Image Generator)
  • About the Firmware Updating Communications Module
    We provide a module that controls communication between the primary MCU and the secondary MCU during firmware updates for the secondary MCU.
    Learn More

发布信息

Target DeviceProduct NameVersion/ReleaseProviding Method
RL78/G22
RL78/G23
RL78/G24
RL78/G22,RL78/G23,RL78/G24 
Firmware Update Module
Latest Ver.: V.2.03 Release 00
Released: Apr. 18, 2025
Download: RL78/G22, RL78/G23, RL78/G24 Firmware Update Module Rev.2.03 - Sample Code (ZIP | English, 日本語)
RX FamilyRX Family 
Firmware Update Module 
Using Firmware Integration Technology
Latest Ver.: V.2.04 Release 00
Released: Oct. 15, 2024
Download: RX Family Firmware Update module Using Firmware Integration Technology Application Notes Rev.2.04 - Sample Code (ZIP)

目标设备

文档

类型 文档标题 日期
应用说明 PDF 1019 KB 日本語
应用说明 PDF 1.26 MB 日本語
应用说明 PDF 3.52 MB 日本語
应用说明 PDF 10.34 MB 日本語
4 项目

设计和开发

样例程序

样例程序

筛选
类型 文档标题 日期 日期
示例代码
[Toolchains=CC-RL|V1.15.00]
登录后下载 ZIP 6.52 MB 日本語
应用: 工业, 消费电子产品
Compiler: CC-RL Function: Application Example, Communication Interface, Driver or Library IDE: e2 studio
示例代码 登录后下载 ZIP 26.16 MB
示例代码
[Toolchains=CC-RL|V1.14.00;LLVM for Renesas RL78|17.0.1.202412;IAR Compiler for RL78|v.5.10.1]
登录后下载 ZIP 15.77 MB 日本語
应用: 消费电子产品
Compiler: CC-RL, ICCRL78, LLVM for Renesas RL78 Function: Driver or Library IDE: e2 studio, IAR EWRL78
示例代码
[Software=RX Driver Package|V1.45],[Toolchains=CC-RX|V3.06;GNURX|8.3.0.202405;IAR Compiler for RX|v.5.10.1]
登录后下载 ZIP 117.66 MB
应用: 消费电子产品
Compiler: CC-RX, ICCRX IDE: e2 studio, GCC EWRX, IAR EWRX
4 项目

支持

支持社区

支持社区

在线询问瑞萨电子工程社群的技术人员,快速获得技术支持。
浏览常见问题解答

常见问题

浏览我们的知识库,了解常见问题的解答。
提交工单

提交工单

需要咨询技术性问题或提供非公开信息吗?

Additional Details

Function

By using the FIT module, users can easily incorporate firmware update functionality and secure boot functionality into their applications. (A firmware update is a process in which a device overwrites its own firmware with a new version of the firmware. Firmware updates may be applied to fix bugs, add new functions, or improve performance.)

This module has the following functions.

  • Function for importing the update image acquired via the communication interface, etc. into the MCU.
  • Function to write the update image to the built-in flash. (self-programming function)
  • Function to activate the update image.
  • Function to verify the validity of the image and boot. (secure boot function)
  • The following update methods are provided.
    • Partial Update Method
    • Full Update Method (without buffer)
    • Full Update Method (buffer is external flash) RL78 only
    • Dual-Bank Method (Only for products with dual bank function)
  • Tools for generating initial/update images for firmware updates are provided. (Renesas Image Generator)

Update Method

  • Partial Update Method

    图像
    Partial Update Method
  • Full Update Method (without buffer)

    图像
    Full Update Method (without buffer)
  • Full Update Method (buffer is external flash) RL78 only

    图像
    Full Update Method (buffer is external flash) RL78 only
  • Dual-Bank Method (Only for products with dual bank function)

    图像
    Dual-Bank Method (Only for products with dual bank function)

Renesas Image Generator

  • Renesas Image Generator is a utility tool that generates firmware images for use with firmware update modules. The Renesas Image Generator can generate the following images used by the firmware update module.
    • Initial image:An image file containing the bootloader and application program that is programmed using Flash Writer at the time of initial system configuration (extension: mot).
    • Update image: An image file containing the firmware update (extension: rsu).

 

  • Generate initial image (Linear mode)

    图像
    Generate initial image (Linear mode)
  • Generate initial image (Dual-bank mode)

    图像
    Generate initial image (Dual-bank mode)
  • Generate update image

    图像
    Generate updated image

Firmware Updating Communications module

The firmware updating communications module is middleware which controls communications between MCUs in which the secondary MCU receives firmware for use in updating from the primary MCU and applies the firmware to updating in a system of the kind shown below, consisting of the primary MCU and the secondary MCU.

Users can easily update the firmware of the secondary MCU by embedding this module into the primary and secondary MCUs.

图像
FirmwareUpdatingCommunicationsModule2

Software configuration of primary MCU-secondary MCU system (RX MCU) using this module

图像
FirmwareUpdatingCommunicationsModule1

Related Documents