Virtual EEPORM and production

Hi,

i want to use the virtual eeprom on a RA2E1. In principal this mechanism is working and i can write and read the record IDs. During production of the board i want to be able to program the initial content of this rec id. Is there any documentation or example how to build the binary file of the memory address starting from 0x40100000. 

Thanks Michael

Parents Reply
  • Hi,

    no but i have found a solution with JLINK

    This i the contend of the JLINK File which works.

    s
    r
    Write1 0x407EC180 0xA5
    Write1 0x407EC100 0x10
    Write1 0x407EC100 0xEF
    Write1 0x407EC100 0x10
    loadfile mac.bin 0x40100000
    exit

    I have only found a cli tool

    Renesas Flash Programmer CLI V1.05
    Module Version: V3.11.01.000

    Where can i download the GUI Version?

    Thanks Michael

Children