Datasheet
RL78/L12 CHAPTER 26 FLASH MEMORY
R01UH0330EJ0200 Rev.2.00 818
Dec 13, 2013
Product information (such as product name and firmware version) can be obtained by executing the “Silicon Signature”
command.
Table 26-8 is a list of signature data and Table 26-9 shows an example of signature data.
Table 26-8. Signature Data List
Field name Description Number of transmit data
Device code The serial number assigned to the device 3 bytes
Device name Device name (ASCII code) 10 bytes
Code flash memory area last address Last address of code flash memory area
(Sent from lower address.
Example: 00000H to 0FFFFH (64 KB) → FFH, FFH, 00H)
3 bytes
Data flash memory area last address Last address of data flash memory area
(Sent from lower address.
Example: F1000H to F1FFFH (4 KB) → FFH, 1FH, 0FH)
3 bytes
Firmware version Version information of firmware for programming
(Sent from upper address.
Example: From Ver. 1.23 → 01H, 02H, 03H)
3 bytes
Table 26-9. Example of Signature Data
Field name Description Number of transmit data Data (hexadecimal)
Device code RL78 protocol A 3 bytes 10
00
06
Device name R5F10RLC 10 bytes 52 = “R”
35 = “5”
46 = “F”
31 = “1”
30 = “0”
52 = "R"
4C = “L”
43 = “C”
20 = “ ”
20 = “ ”
Code flash memory area last address Code flash memory area
00000H to 0FFFFH (64 KB)
3 bytes FF
FF
00
Data flash memory area last address Data flash memory area
F1000H to F1FFFH (4 KB)
3 bytes FF
1F
0F
Firmware version Ver.1.23 3 bytes 01
02
03