PicoFDL (T04) with IAR RL78 2.xx

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!

Parents Reply
  • I think your problem is that you have attached the library to the project files.
    Remove *.a it from there. To connect libraries of the * .a type, you need to use the Oprions / Linker / Library options in the project settings. And there you have it also connected.
    I changed your project for my R5F1006C and reconfigured it to an internal generator. Check it out, it works for me.

    I can not understand where to add the file of the modified project, so I described my actions.

    PS:
    If you can help with the download on my links, I will be grateful.
    Regards
Children