Hello,
MCU: RL78/G13
We are now migrating from IAR 1.xx to 2.xx due to other issues and our dataflash library doesn´t compile with the new version because the tool provided by Renesas "RENESAS_FDL_RL78_T04E_V1.20" only allows generating libraries for 1.20 version of IAR.
Should we expect Renesas to update this tool for new versions soon? Or is it better to switch to other flash emulation library (T01 e.g.) assuming the cost in code size? Any alternative?
Thanks in advance!
I've made a new project with only the data flash enabled.
DataFlash_R5F100LE.zip
Now it breaks here after continue run from R_FDL_Open():
I have no problems with your project, and all I did was change the type of processor for E1.
DataFlash_R5F100LE_out.rar
Let's compare the generated code.
that's what your project creates with me.
DataFlash_R5F100LE.rar
You will need to download the newer RL78 PFDL T04 library for IAR V2.x, V3.x or V4.x:
https://www2.renesas.eu/products/micro/download/index.html#software-packages
Select EEPROM_EMULATION_RL78:
And download FDL_RL78_Type04_Installer_V200.zip
Regards,
Mike
2577.DataFlash_R5F100LE_out.rar
1385.DataFlash_R5F100LE.rar