Difference between revisions of "Using RTT on RZ A1H"

From SEGGER Wiki
Jump to: navigation, search
Line 4: Line 4:
 
== SEGGER Embedded Studio ==
 
== SEGGER Embedded Studio ==
   
There is a sample project for Embedded Studio available that demonstrates how to configure the project + target application for using RTT with Renesas RZ/A1H.
+
There is a sample project for Embedded Studio available that demonstrates how to configure the project + target application for using RTT with Renesas RZ/A1H on a RSK-RZA1H starter kit.
 
The sample project can be downloaded here:
 
The sample project can be downloaded here:
 
xxxxxxxxxxxxxxxxxxxxxxx
 
xxxxxxxxxxxxxxxxxxxxxxx
  +
The sample project is based on a generic SEGGER embOS trial start project for the Renesas RSK-RZA1H starter kit with some modifications to make it usable with RTT.
   
=== Required components ===
+
=== Minimum requirements ===
 
The following are the minimum requirements to use RTT on the Renesas RZ:
 
The following are the minimum requirements to use RTT on the Renesas RZ:
 
* Embedded Studio V2.14 or later
 
* Embedded Studio V2.14 or later
* A current J-Link model (2015-2016)
+
* A current J-Link model
 
* J-Link software V5.11d (beta), V5.20 (release) or later
 
* J-Link software V5.11d (beta), V5.20 (release) or later
  +
  +
=== Specifics modifications in sample project ===
  +
In the following, the specific modifications that have been performed on the example project, are explained.

Revision as of 18:53, 1 February 2016

This page explains how to use SEGGER Real-Time-Terminal (RTT) on the Renesas RZ/A1H family devices. As the setup on the target project side is slightly different from IDE to IDE, in the following some sample setups for different IDEs are explained.

SEGGER Embedded Studio

There is a sample project for Embedded Studio available that demonstrates how to configure the project + target application for using RTT with Renesas RZ/A1H on a RSK-RZA1H starter kit. The sample project can be downloaded here: xxxxxxxxxxxxxxxxxxxxxxx The sample project is based on a generic SEGGER embOS trial start project for the Renesas RSK-RZA1H starter kit with some modifications to make it usable with RTT.

Minimum requirements

The following are the minimum requirements to use RTT on the Renesas RZ:

  • Embedded Studio V2.14 or later
  • A current J-Link model
  • J-Link software V5.11d (beta), V5.20 (release) or later

Specifics modifications in sample project

In the following, the specific modifications that have been performed on the example project, are explained.