
Renesas RA CPU Support Package
This package contains project templates for Renesas RA devices.
CrossWorks Version 4 Installation Instructions
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the Renesas RA CPU Support Package entry and select Install Selected Packages.
- Click Next to take you to the summary page.
- Click Next to install the package.
- Click Finish to close the package manager window.
- Click the Tools > Show Installed Packages.
- Click on the Renesas RA CPU Support Package link to view the package and its contents.
- To manually install this support package
-
- If you have not done so already, follow the CrossWorks Tasking Library Package installation instructions.
- Download the file RA.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
- Click the Tools > Show Installed Packages.
- Click on the Renesas RA CPU Support Package link to view the package and its contents.
Release Notes
4.0
- Initial Release.
Documentation
Overview
This package provides project templates that enable Renesas e2studio RA family projects to be imported, built, downloaded and debugged.
Download and debug is only supported using a SEGGER J-Link target interface.
Importing an e2studio project
To import an e2studio project:
- Click File > Import Project... > Import Eclipse Project...
- Locate the .project file of the e2studio project to be imported and click Open
- Select the RA_E2STUDIO_EXE project template when prompted and click OK
- Set the Build > Target Processor property to the device being used
- Set the Build > Toolchain Directory property to the directory containing the arm-none-eabi-gcc executable in the e2studio installation. For example, C:/Renesas/RA/e2studio_v2022-01_fsp_v3.6.0/toolchains/gcc_arm/gcc-arm-none-eabi-10.3-2021.10/bin
- Click OK button to import the project