Difference between revisions of "Renesas EK-RA8M1"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br> '''[PICTURE OF BOARD]''' 450px == Prepar...")
 
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the [SiliconVendor] [EvalBoardName] evaluation board.<br>
+
This article describes specifics for the Renesas EK-RA8M1 evaluation board. For device specifics, please see [[Renesas RA8M1]].<br>
  +
[[File:Renesas_EK-RA8M1.jpg|450px]]
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
+
*Power the board via J10 (Micro USB)
*Power the board via........
 
 
* 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:Renesas_EK-RA8M1_CONNECT.PNG|400px]]
'''[PICTURE OF CONNECT]'''
 
[[File:VENDOR_DEVICE_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 [SiliconVendor] [EvalBoardName].<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-RA8M1.<br>It is a simple counter linked into the internal code flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.xx
+
*J-Link software: V7.92l
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: [SiliconVendor] [EvalBoardName]
+
*Hardware: Renesas EK-RA8M1
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:Renesas_EK-RA8M1_TestProject_ES_V720.zip]]

Latest revision as of 16:28, 25 October 2023

This article describes specifics for the Renesas EK-RA8M1 evaluation board. For device specifics, please see Renesas RA8M1.
Renesas EK-RA8M1.jpg

Preparing for J-Link

  • Power the board via J10 (Micro USB)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Renesas EK-RA8M1 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-RA8M1.
It is a simple counter linked into the internal code flash.

SETUP