NETIMPRESS does not support Renesas RPI files.
Optional settings such as security must be set in the YDD file that is created separately by the customer.
For details, please refer to the manual of the definition program you are using.
An RPI file is data that combines microcontroller-specific attribute information (flash option data such as security)
with Motorola S format data that can be created by saving an image file using Renesas Flash Programmer.
This is a special format mainly used when providing ROM write data to microcontroller manufacturers
for Renesas' microcontrollers (part of the RL78, etc.).
The first line of the RPI file is
[Header]
Type=Renesas Flash Programmer Image File
Version=1
[FlashData0]
Because it does not match the Motorola S format, NETIMPRESS does not recognize the Motorola S format
and loads it as a binary file.
If you load it as a binary image, the data will not be expanded correctly and the expanded data size
will be larger than usual, so an ADDRESS WARNING warning will appear when loading.
(Except when the warning output is set to OFF in MENU 04 WARNING DISP:LOAD OFF.)
From the 6th line onwards, the format is Motorola S, and the flash option data is written at the end of the line.
[FlashOptions]
Protection=
[Lockbit]
Count=0
[OTP]
Count=0
[Checksum]
Checksum=0xC630BF7A
If you use a text editor to delete the parts that are not Motorola S before and after, the data will load correctly.