Skip to content

Example for FSP v5.3.0 (2)

Compare
Choose a tag to compare
@ra-fsp-systems ra-fsp-systems released this 30 May 21:10
· 19 commits to master since this release

Release Notes

Supported FSP version

Example for FSP v5.3.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain

Keil MDK with ARM compiler tool-chain

New Additions

Example Projects on GCC:

  • Add FileX_block_media_sram (new) on 14 boards: EK_RA8D1, EK_RA8M1, MCK_RA8T1, CK_RA6M5, EK_RA6M5, EK_RA6M4, EK_RA6M3, EK_RA6M3G, EK_RA6M2, EK_RA6M1, FPB_RA6E1, EK_RA4M3, EK_RA4M2 and FPB_RA4E1

Example Projects on Keil:

  • Add TZ_agt, doc, ethernet, iic_master and usb_phid on MCK_RA8T1

Fix issue

Following issues are fixed (GCC)

  • Fix building error "[ERROR] Toolchain configured for project is not currently available" due to lacking com.renesas.cdt.managedbuild.gnuarm.prefs file in project. Without this file, project will build with default toolchain in e2studio.

  • EK_RA6M4 -> _quickstart: Fix configuration error relate to "Task name length" and support on FSPv5.3.0

  • EK_RA8M1 -> _quickstart: Fix configuration warning relate to "Clock" and support on FSPv5.3.0

Known Issues

  • EK_RA6E2 -> qspi (need to run after FileX_block_media_qspi_LevelX EP)

  • EK_RA8M1, EK_RA8D1, MCK_RA8T1 -> USBX_phid (there is issue with PC/Laptop installed CrowdStrike tool)

  • AWS Example projects: can meet building issue "No rule to make target" due to long path location.
    Need to move project folder to shorter location (Ex. D:/).

  • EK_RA4E2 -> i3c_master: Cannot work correctly with i3c_slave in EK_RA6E2.

  • FPB_RA0E1 -> all example projects on GCC (use e2studio) are using optimization: -Oz (aggressive size optimization). To override this behavior, manually add the desired optimization flag(s) (e.g. -O0) to the 'Other optimization flags' box in the project Properties. It was reported in https://github.com/renesas/fsp/releases - Known Issues

  • EK_RA8D1 -> _quickstart (missing graphics.srec file. Please find it in attach bundle for EK_RA8D1)

Following EPs are not on FSP v5.3.0 (GCC)

EK_RA4M2 -> USBX_paud

EK_RA4M3 -> USBX_paud

EK_RA6M1 -> USBX_paud

EK_RA6M2 -> USBX_otg_cdc, USBX_paud

EK_RA6M4 -> USBX_paud

EK_RA8D1 -> _quickstart

FPB_RA0E1 -> rtc

MCK_RA8T1 -> USBX_paud

Following EPs are not on FSP v5.3.0 (IAR & KEIL)

FPB_RA0E1 -> rtc