Difference between revisions of "Renesas EK-RA2A2"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "TBD")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  +
__TOC__
TBD
 
  +
  +
This article describes specifics for the Renesas EK-RA2A2 evaluation board.<br>
  +
[[File:Renesas_R7FA2A2AD3CFP_EK-RA2A2_board.jpg|450px]]
  +
  +
== Preparing for J-Link ==
  +
*Connect the J-Link to this pins:
  +
{| class="seggertable"
  +
|-
  +
! 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. [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:Renesas_R7FA2A2AD3CFP_EK-RA2A2_connect.png|400px]]
  +
  +
== 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>
  +
====SETUP====
  +
*Embedded Studio: V7.12a
  +
*Hardware: Renesas EK-RA2A2
  +
*Link: [[File:TODO.zip]]

Revision as of 17:22, 15 March 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

  • Embedded Studio: V7.12a
  • Hardware: Renesas EK-RA2A2
  • Link: File:TODO.zip