Difference between revisions of "Renesas RZ/T2M"

From SEGGER Wiki
Jump to: navigation, search
(Reset)
Line 3: Line 3:
 
== QSPI Flash Programming Support ==
 
== QSPI Flash Programming Support ==
 
Before continuing with this article, please read the generic article about QSPI flash programming support: [[QSPI_Flash_Programming_Support]]
 
Before continuing with this article, please read the generic article about QSPI flash programming support: [[QSPI_Flash_Programming_Support]]
 
 
=== Setup ===
 
=== Setup ===
 
*Hardware: Renesas RZ/T2M-RSK
 
*Hardware: Renesas RZ/T2M-RSK
 
*Device: R9A07G075M0
 
*Device: R9A07G075M0
 
*SPI Flash: Macronix MX25R512 64MB flash)
 
*SPI Flash: Macronix MX25R512 64MB flash)
 
 
=== Port / Pin Configuration ===
 
=== Port / Pin Configuration ===
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 28:
 
| XSPI0_RESET0 || P16_1
 
| XSPI0_RESET0 || P16_1
 
|}
 
|}
 
 
== Parallel CFI NOR Flash Programming Support ==
 
== Parallel CFI NOR Flash Programming Support ==
 
The J-Link software supports flash programming of an externally connected parallel CFI NOR flash out-of-the-box. The pins used on the RZ/T2M-RSK are assumed by default. The external memory starts at address 0x70000000.
 
The J-Link software supports flash programming of an externally connected parallel CFI NOR flash out-of-the-box. The pins used on the RZ/T2M-RSK are assumed by default. The external memory starts at address 0x70000000.
Line 36: Line 33:
 
==Reset==
 
==Reset==
 
No device specific reset but generic v8-AR core reset is performed, see TBD.
 
No device specific reset but generic v8-AR core reset is performed, see TBD.
  +
==JTAG Authentication==
 
  +
TBD
 
==Evaluation Boards==
 
==Evaluation Boards==
 
*Renesas RZ/T2M-RSK: https://wiki.segger.com/Renesas_RZ/T2M-RSK
 
*Renesas RZ/T2M-RSK: https://wiki.segger.com/Renesas_RZ/T2M-RSK

Revision as of 13:59, 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

Parallel CFI NOR Flash Programming Support

The J-Link software supports flash programming of an externally connected parallel CFI NOR flash out-of-the-box. The pins used on the RZ/T2M-RSK are assumed by default. The external memory starts at address 0x70000000.

Note:
This may be changed in future versions so that customers have to perform the external BUS interface initilization by themselves

Reset

No device specific reset but generic v8-AR core reset is performed, see TBD.

JTAG Authentication

TBD

Evaluation Boards

Example Application