Hi,
i'm trying to write bootloaderfor RL78 microcontrollers from Example code - RL78/G13 Boot Loader through SCII migrated project and sources to IAR compiler. But can't use FSL.lib library.
Is there another version of this library for IAR compiler?
thanks a lot,his answer solves my question。
All available RL78 FSL you find here: http://www.renesas.eu/updates?oc=Selflib_RL78
Any document how setup FSL in IAR using FSL_RL78_Type01_Installer_V300.zip
the FSL vesion for iar4.21 is old,cannot building
Please check the manual of the FSL, although it is not explicitly mentioned FSL V3.00 can also be used with latest IAR compiler V4.21.x:http://www.renesas.eu/update?oc=SelfLib_RL78#documentInfo
Try this: github.com/.../ewrl78-linker-config-flashlibs
Glad to help!