Difference between revisions of "Renesas RZ/T2M"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The RZ/T2M is an high-performance multi-function MPU featuring two Cortex-R52 cores. == QSPI Flash Programming Support == Before continuing with this article, please...")
 
(QSPI Flash Programming Support)
Line 5: Line 5:
   
 
=== Setup ===
 
=== Setup ===
*Hardware: STM32F746 Discovery board
+
*Hardware: Renesas RZ/T2M-RSK
*Device: STM32F746
+
*Device: R9A07G075M0
*SPI Flash: Micron N25Q128A (16MB flash)
+
*SPI Flash: Macronix MX25R512 64MB flash)
   
 
=== Port / Pin Configuration ===
 
=== Port / Pin Configuration ===
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Alternate function !! Port / Pin
+
! Alternate function !! Port / Pin
 
|-
 
|-
| QSPI_CLK || PB2
+
| XSPI0_DS || P14_4
 
|-
 
|-
| QSPI_CS || PB6
+
| XSPI0_CKP || P14_6
 
|-
 
|-
| QSPI_D0 || PD11
+
| XSPI0_IO0 || P14_7
 
|-
 
|-
| QSPI_D1 || PD12
+
| XSPI0_IO1 || P15_0
 
|-
 
|-
| QSPI_D2 || PE2
+
| XSPI0_IO2 || P15_1
 
|-
 
|-
| QSPI_D3 || PD13
+
| XSPI0_IO3 || P15_2
  +
|-
  +
| XSPI0_CS0 || P15_7
  +
|-
  +
| XSPI0_RESET0 || P16_1
 
|}
 
|}
   

Revision as of 13:41, 7 June 2022

The RZ/T2M is an high-performance multi-function MPU featuring two Cortex-R52 cores.

QSPI Flash Programming Support

Before continuing with this article, please read the generic article about QSPI flash programming support: QSPI_Flash_Programming_Support

Setup

  • Hardware: Renesas RZ/T2M-RSK
  • Device: R9A07G075M0
  • SPI Flash: Macronix MX25R512 64MB flash)

Port / Pin Configuration

Alternate function Port / Pin
XSPI0_DS P14_4
XSPI0_CKP P14_6
XSPI0_IO0 P14_7
XSPI0_IO1 P15_0
XSPI0_IO2 P15_1
XSPI0_IO3 P15_2
XSPI0_CS0 P15_7
XSPI0_RESET0 P16_1

Reset

TBD

Evaluation Boards

Example Application