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!
You can download the updated FDL libraries for the IAR v2.x tools from our website.
www.renesas.com/.../data-flash-libraries.html
In reply to Calvin Grier:
I can't find the library in this link, no library for IAR there (see below what I find in the link). I wonder if the website is not correctly working.
I received a zip file "RENESAS_FDL_RL78_T04E_IARV2_V1.00" from our Renesas contact, that is exactly what I was looking for, so the problem is solved.
Thanks for the reply anyway.
In reply to txen:
The mentioned library is in the "European downloads / MyPages" section in the website, it is not reached with a regular website search.
In reply to WO ARO:
You can find the file in this link:
https://www2.renesas.eu/products/micro/download/index.html#select
Select RL78 and SW-Tool in the filter and you will see it under "EEPROM_EMULATION_RL78" product name.
In reply to andrvisht:
In reply to FrankL:
In reply to ThomasDamgaard:
Hi andrvisht,
Thanks for responding!
The code generated by Applilet3 takes care of enabling the data flash:
/* Start data flash control */ DFLEN = 1U; for (w_count = 0U; w_count < 13U; w_count++) { NOP(); } /* End data flash control */
And I have added the library in the linker setup.
I had the debugger set to Simulater. I've changed it to E1 and now it resets after the call to PFDL_Open().
I have a breakpoint in R_Systeminit() and a breakpoint in the line after PFDL_Open(). After the call to PFDL_Open() the R_Systeminit() breakpoint is triggered.
I've attached my project.
Thanks!
BR, Thomas
DME_Profibus_2_R5F100LE.zip
I've removed the library file, but it still resets. And also tried with the internal generator but still the same... Strange! :(
You can attach files by clicking "Use rich formatting" then Insert->Insert image/video/file or just drag&drop the file into the editor.