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 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.
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.
DME_Profibus_2_R5F100LE.rarhm.
try Progect->Contecst Menu->ReBuld All
may be anyDesc or Team Viewer or Alpemix ...
check the power, maybe a problem in it ...