Difference between revisions of "Renesas RE01"

From SEGGER Wiki
Jump to: navigation, search
(QSPI support)
 
Line 2: Line 2:
 
__TOC__
 
__TOC__
 
== QSPI support ==
 
== QSPI support ==
The Renesas RE01 device series comes with a QUADSPI controller which allows memory mapped read accesses to any (Q)SPI flash, connected to the Quad-SPI interface of the MCU. This allows the J-Link DLL to support flash programming through the Quad-SPI interface. Unfortunately, there is no generic way how to implement flash programming because the pins used to connect the SPI flash are not defined. Different pins can be used for the same QUADSPI alternate function and therefore, for each configuration, a slightly different RAMCode (different pin initialization / flash size) is required. We have developed a flash algorithm based on the Renesas ''Evaluation Kit RE01 1500KB''. This flash algorithm can be used to to program any common (Q)SPI flash, connected to the Quad-SPI interface of the RE01 device. If a pin configuration different from the one used in the example flash algorithm is required, please get in touch with SEGGER directly (support@segger.com).
+
The Renesas RE01 device series comes with a QUADSPI controller which allows memory mapped read accesses to any (Q)SPI flash, connected to the Quad-SPI interface of the MCU. This allows the J-Link DLL to support flash programming through the Quad-SPI interface. Unfortunately, there is no generic way how to implement flash programming because the pins used to connect the SPI flash are not defined. Different pins can be used for the same QUADSPI alternate function and therefore, for each configuration, a slightly different RAMCode (different pin initialization / flash size) is required. We have developed a flash algorithm based on the Renesas ''Evaluation Kit RE01 1500KB''. This flash algorithm can be used to to program any common (Q)SPI flash, connected to the Quad-SPI interface of the RE01 device. If a pin configuration different from the one used in the example flash algorithm is required, please get in touch with SEGGER directly via our support system: https://www.segger.com/ticket/.
   
 
For further information regarding this as well as the flash algorithm, please refer to the following pages:
 
For further information regarding this as well as the flash algorithm, please refer to the following pages:

Latest revision as of 16:02, 13 August 2020

This article covers the Renesas RE01 device family.

Contents

QSPI support

The Renesas RE01 device series comes with a QUADSPI controller which allows memory mapped read accesses to any (Q)SPI flash, connected to the Quad-SPI interface of the MCU. This allows the J-Link DLL to support flash programming through the Quad-SPI interface. Unfortunately, there is no generic way how to implement flash programming because the pins used to connect the SPI flash are not defined. Different pins can be used for the same QUADSPI alternate function and therefore, for each configuration, a slightly different RAMCode (different pin initialization / flash size) is required. We have developed a flash algorithm based on the Renesas Evaluation Kit RE01 1500KB. This flash algorithm can be used to to program any common (Q)SPI flash, connected to the Quad-SPI interface of the RE01 device. If a pin configuration different from the one used in the example flash algorithm is required, please get in touch with SEGGER directly via our support system: https://www.segger.com/ticket/.

For further information regarding this as well as the flash algorithm, please refer to the following pages: