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
  • Hi Michael,

    Thanks for reaching out to Renesas Engineering Community.

    If I understand correctly you want to program the data flash of the device only, right ?

    The data flash can be written in both ways, by Renesas Flash Programmer, or by self programming (by the software running on the device).

    To program only the data flash with Renesas Flash Programmer, the file used to program the device would need to contain only data for the data flash address range. A .srec, .hex or .bin file can be used with RFP to provide the data to be programmed into the flash.

    Regards

    AZ

Reply
  • Hi Michael,

    Thanks for reaching out to Renesas Engineering Community.

    If I understand correctly you want to program the data flash of the device only, right ?

    The data flash can be written in both ways, by Renesas Flash Programmer, or by self programming (by the software running on the device).

    To program only the data flash with Renesas Flash Programmer, the file used to program the device would need to contain only data for the data flash address range. A .srec, .hex or .bin file can be used with RFP to provide the data to be programmed into the flash.

    Regards

    AZ

Children