Skip to content

Example for RZ FSP v4.0.0 (2)

Choose a tag to compare

@thaoluonguw thaoluonguw released this 04 Mar 10:28
· 11 commits to main since this release

Release Notes

Supported FSP version

Example for RZ FSP v4.0.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain

New Additions

Example Projects

  • Add Example projects use RZ FSP v4.0.0 for 12 Renesas RZ MPU Kits (RZA3UL_EVK, RZG2LC_EVK, RZG2UL_EVK, RZG3E_EVK, RZG3S_EVK, RZN2H_EVK, RZT2H_EVK, RZT2M_RSK, RZT2ME_RSK, RZV2H_EVK, RZV2L_EVK and RZV2N_EVK). Refer to the example projects document included in the attached bundle for information on supported modules on each of the kits.

Supported Kits

  • RZA3UL_EVK (QSPI version and Octal-SPI version)

  • RZG2LC_EVK

  • RZG2UL_EVK

  • RZG3E_EVK

  • RZG3S_EVK

  • RZN2H_EVK

  • RZT2H_EVK

  • RZT2M_RSK

  • RZT2ME_RSK

  • RZV2H_EVK

  • RZV2L_EVK

  • RZV2N_EVK

Example Projects

Example Projects on GCC:

RZA3UL_EVK --> 15 EPs

RZG2LC_EVK --> 8 EPs

RZG2UL_EVK --> 7 EPs

RZG3E_EVK --> 8 EPs

RZG3S_EVK --> 10 EPs

RZN2H_EVK --> 18 EPs

RZT2H_EVK --> 18 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