Skip to content

Example for FSP v5.4.0 (2)

Compare
Choose a tag to compare
@ra-fsp-systems ra-fsp-systems released this 15 Aug 20:40
· 12 commits to master since this release

Release Notes

Supported FSP version

Example for FSP v5.4.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain

Keil MDK with ARM compiler tool-chain

IAR EWARM with IAR tool-chain for ARM

License

Example Projects

  • The example projects' license has been updated to BSD-3-Clause, allowing for more flexible use in open-source projects.

New Additions

Example Projects on GCC:

  • Add example for USB Multiple Host Class (HCDC and HMSC) on EK_RA8D1 (new).

  • Add wifi and wifi_on_chip_udp_freertos on FPB_RA0E1

Fix issue

Following issues are fixed (GCC)

  • Fix issue of rtc example project on FPB_RA0E1 in FSPv5.4.0.

  • Fix issue timeout overflow of can_fd example project on EK_RA4E2, EK_RA6E2, EK_RA6M5, EK_RA8D1, EK_RA8M1, MCK_RA4T1, MCK_RA6T3 and MCK_RA8T1.

  • Improve for ssi example project: support continuously transmits and receives audio sample data on EK_RA4E2, EK_RA4M1, EK_RA4M2, EK_RA4M3, EK_RA6E2, EK_RA6M1, EK_RA6M2, EK_RA6M3, EK_RA6M3G, EK_RA6M4, EK_RA6M5, EK_RA8D1, EK_RA8M1 and FPB_RA6E1.

  • Improve for audio_playback_pwm example project: Unify supporting for 2 AGT types (16 bits and 32 bits) on EK_RA2A1, EK_RA2A2, EK_RA2L1, EK_RA4E2, EK_RA4M1, EK_RA4M2, EK_RA4M3, EK_RA4W1, EK_RA6E2, EK_RA6M1, EK_RA6M2, EK_RA6M3, EK_RA6M4, EK_RA6M5, EK_RA8D1, EK_RA8M1, FPB_RA4E1, FPB_RA6E1, MCK_RA4T1, MCK_RA6T2, MCK_RA6T3, MCK_RA8T1 and RSSK_RA6T1.

Following issues are fixed (IAR & KEIL)

  • Fix issue of rtc example project on FPB_RA0E1 in FSPv5.4.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:/).

  • 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.4.0 (GCC)

EK_RA6M2 -> USBX_otg_cdc

EK_RA8D1 -> _quickstart

EK_RA8M1 -> _quickstart