Skip to content

Example for RZ FSP v4.1.0 (1)

Latest

Choose a tag to compare

@thaoluonguw thaoluonguw released this 08 May 17:50

Release Notes

Supported FSP version

Example for RZ FSP v4.1.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain.

New Additions

Example Projects

  • Add new example project (openh264) for EK_RZA3M MPU Kit.

  • Add 10 additional projects (intc_nmi, intc_tint, mtu3, riic_slave, rspi, scig_uart, sdhi, spibsc, usb_hhid, wdt) for EK_RZA3M.

  • Add 3 additional projects (ssi, usb_pcdc, wdt) for RZA3UL_EVK.

  • Add 8 additional projects (elc, gpt_input_capture, intc_nmi, intc_tint, poeg, riic_slave, sci_b_uart, spi_b) for RZG3E_EVK.

  • Add 16 additional projects (bsp_multi, crc, cwtw, freertosplustcp, gpt_phase_count, mtu3_phase_count, rtc, xspi_qspi) for RZN2H_EVK (CA55_0 and CR52 CPU1 Cores).

  • Add 18 additional projects (FreeRTOSplusTCP, bsp_multi, cmtw, crc, doc, gpt_phase_count, mtu3_phase_count, rtc, xspi_qspi) for RZT2H_EVK (CA55_0 and CR52 CPU1 Cores).

  • Migrate 200+ example projects use RZ FSP v4.1.0 for 16 Renesas RZ MPU Kits.

Refer to the example projects document included in the attached bundle for information on supported modules on each of the kits.

Supported Kits

  • EK_RZA3M

  • RZA3UL_EVK (QSPI version and Octal-SPI version)

  • RZG2L_EVK

  • RZG2LC_EVK

  • RZG2UL_EVK

  • RZG3E_EVK

  • RZG3S_EVK

  • RZN2L_RSK

  • RZN2H_EVK

  • RZT2L_RSK

  • RZT2H_EVK

  • RZT2M_RSK

  • RZT2ME_RSK

  • RZV2H_EVK

  • RZV2L_EVK

  • RZV2N_EVK

Example Projects

Example Projects on GCC:

EK_RZA3M --> 19 EPs

RZA3UL_EVK --> 18 EPs

RZG2L_EVK --> 10 EPs

RZG2LC_EVK --> 8 EPs

RZG2UL_EVK --> 7 EPs

RZG3E_EVK --> 16 EPs

RZG3S_EVK --> 10 EPs

RZN2L_RSK --> 23 EPs

RZN2H_EVK --> 34 EPs

RZT2L_RSK --> 20 EPs

RZT2H_EVK --> 36 EPs

RZT2M_RSK --> 32 EPs

RZT2ME_RSK --> 1 EP

RZV2H_EVK --> 15 EPs

RZV2L_EVK --> 9 EPs

RZV2N_EVK --> 7 EPs

Known Issues

  • Clone rz-fsp-examples repository in Windows will be failed due to longpath issue. Please enable longpaths configuration before clone.

    git config --global core.longpaths true