Difference between revisions of "Renesas RZ/G2L"

From SEGGER Wiki
Jump to: navigation, search
(Evaluation Boards)
(Example Application)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==Cores==
 
==Cores==
 
===Cortex-M33===
 
===Cortex-M33===
By default, the Cortex-M33 is not enabled / held in reset. The J-Link software executes a device specific initialization sequence which enables the Cortex-M33 thus allows to debug the core out-of-the-box. Minimum software version: V7.22.
+
By default, the Cortex-M33 is not enabled / held in reset. The J-Link software executes a device specific initialization sequence which enables the Cortex-M33 thus debugging via Cortex-M33 works out-of-the-box.
  +
 
===Cortex-A55===
 
===Cortex-A55===
 
Not supported yet.
 
Not supported yet.
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Renesas RZG2L SWARC EVK: https://wiki.segger.com/NXP_RZG2L_SWARC_EVK
+
*Renesas RZ/G2L SMARC EVK: https://wiki.segger.com/Renesas_RZ/G2L_SMARC_EVK
   
 
==Example Application==
 
==Example Application==
*Renesas RZG2L evaluation board: https://wiki.segger.com/NXP_RZG2L_SWARC_Module#Example_Project
+
*Renesas RZ/G2L SMARC EVK: https://wiki.segger.com/Renesas_RZ/G2L_SMARC_EVK#Example_Project

Latest revision as of 11:17, 7 June 2021

The Renesas RZ/G2L microcontroller features a Cortex-A55 (single or dual) as main processors and a Cortex-M33 as co-processor.

Cores

Cortex-M33

By default, the Cortex-M33 is not enabled / held in reset. The J-Link software executes a device specific initialization sequence which enables the Cortex-M33 thus debugging via Cortex-M33 works out-of-the-box.

Cortex-A55

Not supported yet.

Evaluation Boards

Example Application