Difference between revisions of "SemiDrive E32xx"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The SemiDrive E32xx are Cortex-R5 based MCUs.")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
The SemiDrive E32xx are Cortex-R5 based MCUs.
 
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 | QSPI Flash Programming Support article]].<br>
  +
J-Link supports multiple pin configurations for [DEVICE]. The default loader is marked in '''bold'''.
  +
{| class="seggertable"
  +
|-
  +
! 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

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