Difference between revisions of "Renesas Evaluation Kit RE01 1500KB"

From SEGGER Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  +
This article describes specifics for the Renesas Evaluation Kit RE01 1500KB.
  +
  +
[[File:Renesas_Evaluation_Kit_RE01_1500KB.jpg|450px]]
 
= QSPI Flash Programming Support =
 
= QSPI Flash Programming Support =
   
 
Before continuing with this article, please read the generic article about QSPI flash programming support on Renesas RE01 devices ([[Renesas_RE01#QSPI_support|Renesas RE01 QSPI]]). The pinout used on the ''Evaluation Kit RE01 1500KB'', is given below.
 
Before continuing with this article, please read the generic article about QSPI flash programming support on Renesas RE01 devices ([[Renesas_RE01#QSPI_support|Renesas RE01 QSPI]]). The pinout used on the ''Evaluation Kit RE01 1500KB'', is given below.
   
====Quad-SPI Interface Pins====
+
==== Quad-SPI Interface Pins ====
 
The Renesas ''Evaluation Kit RE01 1500KB'' uses the following port pins to interface the (Q)SPI flash.
 
The Renesas ''Evaluation Kit RE01 1500KB'' uses the following port pins to interface the (Q)SPI flash.
 
{| class="wikitable"
 
{| class="wikitable"
Line 18: Line 21:
 
| QIO1_A || P015
 
| QIO1_A || P015
 
|}
 
|}
  +
  +
==== Example Project ====
  +
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Renesas Evaluation Kit RE01 1500KB. It is a simple [[RTT]] Hello World sample linked into the internal flash and the QSPI flash.
  +
One function (_FuncInQSPI) is located in the QSPI-Flash.
  +
  +
===== Requirements =====
  +
* J-Link Software V6.71c or above
  +
* Embedded Studio: V4.52 or above
  +
* Hardware: Renesas Evaluation Kit RE01 1500KB
  +
* Link: [[File:Renesas_RE01_1500KB_EVK_QSPI_SES_Example.zip]]

Latest revision as of 13:57, 5 May 2020

This article describes specifics for the Renesas Evaluation Kit RE01 1500KB.

Renesas Evaluation Kit RE01 1500KB.jpg

QSPI Flash Programming Support

Before continuing with this article, please read the generic article about QSPI flash programming support on Renesas RE01 devices (Renesas RE01 QSPI). The pinout used on the Evaluation Kit RE01 1500KB, is given below.

Quad-SPI Interface Pins

The Renesas Evaluation Kit RE01 1500KB uses the following port pins to interface the (Q)SPI flash.

Alternate function Pin
QSPCLK_A P602
QSSL_A P601
QIO0_A P500
QIO1_A P015

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Renesas Evaluation Kit RE01 1500KB. It is a simple RTT Hello World sample linked into the internal flash and the QSPI flash. One function (_FuncInQSPI) is located in the QSPI-Flash.

Requirements