Renesas Evaluation Kit RE01 1500KB

From SEGGER Wiki
Revision as of 13:52, 5 May 2020 by Daniel (talk | contribs)
Jump to: navigation, search

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.

Embedded Studio example project

The example project contains a simple RTT application which is linked into the (Q)SPI flash memory region @ address 0x60000000. It runs out-of-the-box. Please note, that SEGGER Embedded Studio for ARM must at least use the J-Link DLL version V6.71c, which supports the QSPI flash.

The project has been tested with SEGGER Embedded Studio for ARM 4.52 with an updated J-Link DLL.

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 Hello World sample linked into the internal flash and the QSPI flash. One function (_FuncInQSPI) is located in the QSPI-Flash.

Requirements