Overview
This page is for quick tips to help you with RA MCUs, its software, tools, and boards. If you have any tips, please let us know and we will include them here.
RA FAQs
Multiple pin configuration
Placeholder for creating multiple pin configurations
https://www.renesas.com/en/document/apn/getting-started-low-power-applications-ra2l1ra2e1-group
Debugger connectivity with ID code protection
Cannot be done!!!
Run-time SPI configuration
Placeholder for configuring SPI channel for different targets
Debugger connectivity with TrustZone devices
Placeholder for serial programming interface requirements to configure TrustZone IDAU registers
Easy way to download individual EP and AP projects
RA Example Projects (EPs) and Application Projects (APs) distributed from GitHub at https://github.com/renesas/ra-fsp-examples.
EPs are simple projects that show how a given RA peripheral can be setup and used. EPs are listed based on officially available Renesas HW kits. Some of these are Evaluation Kits (EKs), Fast Prototyping Boards (FPBs), and Motor Control Kits (MCKs).
APs are more involved projects that may utilize several peripheral to provide a solution. For example, cloud connectivity or low power applications for specific Renesas HW kits.
You can download EP and AP bundes in zip form from the GitHub site in Releases page. This will allow you to get all EPs and APs. However, this is a very large file and you may be interested in a one EP on a given kit. How do you download only the EP or AP you want or need?
You do with GitZip Web extension. With GitZip extension:
- Select the files or the folders you want
- Click on Download
- Your selections will be in a zip file
GitZip extension is available for Chrome, MS Edge, and Firefox. And it is free at here: https://gitzip.org/
See an example below.
Image Removed
Image Added
Let's assume at you are working on a project with RA8D1. You are interested in how ADC and AGT peripherals can be configured and used. Then go to EK-RA8D1 EP folder and select ADC and AGT EPs. Click on "Downloaded checked items". Done!