Difference between revisions of "Renesas EK-RA2A2"

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
 
(3 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
*Power the board via J10.
 
*Power the board via J10.
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
[[File:TODO.png|400px]]
+
[[File:Renesas_R7FA2A2AD3CFP_EK-RA2A2_connect.png|400px]]
   
 
== Example Project==
 
== Example Project==
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Renesas EK-RA2A2.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Renesas EK-RA2A2.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*Embedded Studio: V7.12a
+
*Embedded Studio: V8.10
 
*Hardware: Renesas EK-RA2A2
 
*Hardware: Renesas EK-RA2A2
*Link: [[File:TODO.zip]]
+
*[[File:Renesas_R7FA2A2AD_TestProject_ES_V810.zip]]

Latest revision as of 13:43, 2 April 2024

This article describes specifics for the Renesas EK-RA2A2 evaluation board.
Renesas R7FA2A2AD3CFP EK-RA2A2 board.jpg

Preparing for J-Link

  • Connect the J-Link to this pins:
J-Link Pin Connector Pin Name
VTref J2 1 VCC
GND J2 20 VSS
TMS/SWDIO J2 18 P108/SWDIO
TCK/SWCLK J2 17 P300/SWCLK
  • Power the board via J10.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Renesas R7FA2A2AD3CFP EK-RA2A2 connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Renesas EK-RA2A2.
It is a simple Hello World sample linked into the internal flash.

SETUP