Skip to content

Releases: renesas/rafw-fsp-examples

rafw-fsp-examples v2.0.1.example.1

13 May 15:38

Choose a tag to compare

Release Notes for rafw-fsp-examples v2.0.1.example.1

Supported FSP version

  • RAFW FSP v2.0.1

E2 Studio

  • All EPs and APs are developed using E2Studio 2025-12

Supported Toolchains

  • e²studio Integrated Development Environment with GCC ARM embedded tool-chain

Supported Kits

  • EK_RA6W1
  • EK_RA6W2

Application Projects Summary

  • EK_RA6W1 → 11 APs
  • EK_RA6W2 → 15 APs

Example Projects Summary

  • EK_RA6W1 → 36 EPs
  • EK_RA6W2 → 33 EPs

Known Issues

General

  • Cloning the repository on Windows may fail due to long paths. Enable core.longpaths before cloning:
    git config --global core.longpaths true
  • The native ZIP functionality in Windows may not operate correctly; please use 7‑Zip as an alternative.
  • To debug some examples the user should be sure that the following option is "Yes", otherwise he need to set it to "Yes"
    Go to Run-> Debug Configurations, then Go to the Debugger Tab and from there to the Connection Settings subtab.
    Under theConnection menu, the option "Reset after donwload" should be "Yes".
  • Default debug configuration nneds to have all "" replaced with "/" to work on Linux e² studio
  • In some cases, configuration error (red x) is shown in configuration.xml in the FSP Configurator Stacks tab. A clean build resolves the issue
  • On BLE-enabled applications on Windows debugger stops in fast_memset.s during startup on first debug session

Application Projects

  • Some projects may fail to build due to long paths. When importing, choose Copy projects into workspace:
    Import → General → Existing Projects into Workspace → ... → Copy projects into workspace

Project-specific

  • adc_ek_ra6w2_ep ADC on pin P0_04 always measures ~0.5 V regardless of input voltage (3.3 V applied)
  • awsiot_wifi_ble_at_lock_ek_ra6w2 Door lock runction fails in DPM mode
  • awsiot_wifi_ble_at_lock_ek_ra6w2 Under heavy RF traffic environment, DUT may enter DPM mode even when not configured for DPM
  • awsiot_wifi_fleet_provisioning_ek_ra6w2 Fleet Provisioning completes and the device re-authenticates, but no message ($aws/things//shadow/update/delta topic upon successful reconnection) appears in the AWS IoT Console for the subscribed topic. No MQTT publish to Shadow Delta topic after successful Fleet Provisioning; app stalls after ACK.
  • matter_wifi_lock_ek_ra6w1 Device shows to be offline when using Google Pro Wi-Fi hub
  • matter_wifi_lock_ek_ra6w1 DPM Sleep fails when using Samsung Smart Station
  • wifi_ble_codeless_ek_ra6w2 AT Commands may occasionally return malformed responses
  • wifi_ble_codeless_ek_ra6w2 No AT Command Response After Binary Mode Exit
  • wifi_ble_codeless_ek_ra6w2 Data Loss During Pattern-Enabled File Transfer from Mobile to DUT
  • wifi_ble_codeless_ek_ra6w2 DUT becomes unresponsive after sending ATR command following escape character change - temporary workaround is included in the project
  • wifi_ble_codeless_ek_ra6w2 AT commands only in high-case work afterexiting binary mode - temporary workaround is included in the project
  • wifi_ble_codeless_ek_ra6w2 Not all AT commands work after exiting binary mode - temporary workaround is included in the project
  • wifi_ble_codeless_ek_ra6w2 APK BLE is not responsive following a reset command on SmartConsole
  • wifi_ble_codeless_ek_ra6w2 Console is irresponsive after switching from binary mode via SYSTEM tab
  • wifi_ble_coex_at_spi_ek_ra6w2_ep Specific SPI channel selection is not supported in SDK 8.0.3, due to an issue in the FSP
  • wifi_ble_multilink_ek_ra6w2 In a multi connection and multi bond scenario the security procedure does not work as expected for the second peer device (Peripheral). The Security Level Chg mesage is missing
  • wifi_ble_provisioning_ek_ra6w2 Unable to connect to AP with long password with special characters
  • wifi_ble_provisioning_ek_ra6w2 After reboot, a message that all services have stopped appears while services are still running
  • wifi_ble_sps_ek_ra6w2 Device disconnects after repeated file transfers from DUT to mobile.
  • wifi_ble_sps_ek_ra6w2 Data Loss During extended file transfer from mobile
  • wifi_ble_sps_ek_ra6w2 File transfer fails when the central device is an SPS host

rafw-fsp-examples v1.0.0.example.1

19 Dec 12:58

Choose a tag to compare

Release Notes for rafw-fsp-examples v1.0.0.example.1

Supported FSP version

  • RAFW FSP v1.0.0

Supported Toolchains

  • e²studio Integrated Development Environment with GCC ARM embedded tool-chain

Supported Kits

  • EK_RA6W1
  • EK_RA6W2

Application Projects Summary

  • EK_RA6W1 → 6 APs
  • EK_RA6W2 → 7 APs

Example Projects Summary

  • EK_RA6W1 → 28 EPs
  • EK_RA6W2 → 27 EPs

Known Issues

General

  • Projects created with the current release of the FSP packs (RAFW FSP Packs v1.0.0) display
    RRQ614xx-EVB for EK-RA6W2 and RRQ61xxx-EVB for EK-RA6W1 Evaluation Kits.
  • Cloning the repository on Windows may fail due to long paths. Enable core.longpaths before cloning:
    git config --global core.longpaths true
  • To debug some examples the user should be sure that the following option is "Yes", otherwise he need to set it to "Yes"
    Go to Run-> Debug Configurations, then Go to the Debugger Tab and from there to the Connection Settings subtab.
    Under theConnection menu, the option "Reset after donwload" should be "Yes".

Application Projects

  • Some projects may fail to build due to long paths. When importing, choose Copy projects into workspace:
    Import → General → Existing Projects into Workspace → ... → Copy projects into workspace