Difference between revisions of "SemiDrive E32xx"

From SEGGER Wiki
Jump to: navigation, search
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
   
 
==Internal Flash==
 
==Internal Flash==
  +
  +
E32xx devices have no internal flash.
  +
  +
==QSPI Flash==
   
 
E32xx devices consist of a SIP and have an internal QSPI flash.
 
E32xx devices consist of a SIP and have an internal QSPI flash.
   
Therefore programming the internal flash requires special handling. For more information about this, please see the [[QSPI Flash Programming Support | QSPI Flash Programming Support article]].
+
QSPI flash programming requires special handling compared to internal flash. For more information about this, please see the [[QSPI Flash Programming Support | QSPI Flash Programming Support article]].<br>
  +
J-Link supports multiple pin configurations for [DEVICE]. The default loader is marked in '''bold'''.
 
 
{| class="seggertable"
 
{| class="seggertable"
 
|-
 
|-
! Flash Bank || Base address !! Size || J-Link Support
+
! Device !! Base address !! Maximum size !! Supported pin configuration
 
|-
 
|-
| Main flash || 0x10000000 || Up to 4 MB || style="text-align:center;"| {{YES}}
+
| QSPI flash || 0x10000000 || 128 MB || *'''Default''' CS@X2 SCLK@X1 D0@X3 D1@X4 D2@X5 D3@X6
 
|}
 
|}
   
Line 23: Line 27:
   
 
See here for more information: https://wiki.segger.com/J-Link_Reset_Strategies#Strategies_for_ARMv8-AR_devices
 
See here for more information: https://wiki.segger.com/J-Link_Reset_Strategies#Strategies_for_ARMv8-AR_devices
 
<!--
 
==Evaluation Boards==
 
*NXP MCX-N9XX-EVK evaluation board: https://wiki.segger.com/NXP_MCX-N9XX-EVK
 
 
==Example Application==
 
*NXP MCX-N9XX-EVK evaluation board: https://wiki.segger.com/NXP_MCX-N9XX-EVK#Example_Project
 
--!>
 

Revision as of 13:54, 24 May 2023

The SemiDrive E32xx are Cortex-R5 based MCUs.

Internal Flash

E32xx devices have no internal flash.

QSPI Flash

E32xx devices consist of a SIP and have an internal QSPI flash.

QSPI flash programming requires special handling compared to internal flash. For more information about this, please see the QSPI Flash Programming Support article.
J-Link supports multiple pin configurations for [DEVICE]. The default loader is marked in bold.

Device Base address Maximum size Supported pin configuration
QSPI flash 0x10000000 128 MB *Default CS@X2 SCLK@X1 D0@X3 D1@X4 D2@X5 D3@X6

ECC RAM

E32xx devices have ECC RAM which can be disabled. However, a connect to E32xx devices will initialize 512KB at 0x500000 (1MB at 0x400000 for E3210).

Reset

No device specific reset is necessary. The normal Cortex-R reset is performed.

See here for more information: https://wiki.segger.com/J-Link_Reset_Strategies#Strategies_for_ARMv8-AR_devices