User`s manual

RX600 & RX200 Series Simple Flash API for RX
R01AN0544EU0250 Rev.2.50 Page 10 of 33
March 4, 2014
In e
2
studio:
The same process of setting up the linker sections and mapping ROM to RAM needs to be done in e
2
studio as well.
1. Add a new section titled ‘RPFRAM’ in a RAM area.
2. Add a new section titled ‘PFRAM’ in a ROM area.
3. To make the linker map the PFRAM ROM section to the RPFRAM RAM section a new entry must be added to the
‘ROM to RAM mapped section’ table. This is done using the Linker >> Output section of the Tool Settings in e2
studio. Click the Add button and add an entry with the following text: PFRAM=RPFRAM.
4. Follow the last step from the HEW instructions above to copy the Flash API to RAM.