Skip to content

Example for RZ FSP v4.2.0 (1)

Choose a tag to compare

@thaoluonguw thaoluonguw released this 07 Aug 15:27
· 3 commits to main since this release

Release Notes

Supported FSP version

Example for RZ FSP v4.2.0

Supported Toolchains

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

New Additions

Example Projects

  • Migrate 260+ example projects use RZ FSP v4.2.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

Fix issues and improvements

Example Projects

  • None.

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