Skip to content

Example for FSP v5.5.0 (2)

Compare
Choose a tag to compare
@ra-fsp-systems ra-fsp-systems released this 14 Oct 21:45
· 13 commits to master since this release

Release Notes

Supported FSP version

Example for FSP v5.5.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

New Additions

Example Projects on GCC:

  • Add examples for CLKOUT (MOSC/SOSC), SDRAM and FileX_block_media_sdram on EK_RA8D1 (new).

  • Add example for SMBUS on EK_RA8M1 (new)

  • Support DISABLE_APP macros (DISABLE_APP_PRINT, DISABLE_APP_ERR_PRINT, DISABLE_APP_ERR_TRAP, DISABLE_APP_READ and DISABLE_APP_CHECK_DATA) to disable SEGGER RTT features on sci_uart examples. When SEGGER RTT features is disabled, only Terminal Program works.

Example Projects on Keil & IAR:

  • Support DISABLE_APP macros to disable SEGGER RTT features on sci_uart examples.

Fix issue

Following issues are fixed (GCC)

  • Fix issue of quickstart example project on EK_RA8M1 in FSPv5.5.0.

  • Fix configuration issue of FreeRTOS + TCP Wrapper and Ethernet stacks in FSPv5.5.0. This fixing is applied for aws_https_client on EK_RA6M3, EK_RA6M5, EK_RA8M1, EK_RA8D1 and MCK_RA8T1; quickstart on EK_RA6M4 and EK_RA6M5.

  • Correct pin configurations and improve hardware connection for sau_spi example on FPB_RA0E1

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

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

EK_RA6M2 -> USBX_otg_cdc

EK_RA8D1 -> _quickstart

FPB_RA6T3 -> _quickstart

FPB_RA4T1 -> _quickstart