Difference between revisions of "GigaDevice GD32E5"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The GigaDevice GD32E5 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E5 devices belong to the high performance line o...")
 
Line 1: Line 1:
__TOC__
 
 
The GigaDevice GD32E5 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E5 devices belong to the high performance line of GigaDevices GD32 MCU series.
 
The GigaDevice GD32E5 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E5 devices belong to the high performance line of GigaDevices GD32 MCU series.
  +
__TOC__
==On-Chip Memory Regions==
 
  +
The internal flash is divided into 4 different regions:<br>
 
  +
==Flash Banks==
*Main Flash Block (0x08000000 - 0x0807FFFF)
 
  +
===Internal Flash===
*Information Block (GD32E50x_HD: 0x1FFFF000 - 0x1FFFF7FF; GD32E50x_CL: 0x1FFFB000 - 0x1FFFF7FF)
 
  +
{| class="seggertable"
*Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
 
  +
|-
*One-time program Block (0x1FFF7000 - 0x1FFF77FF)
 
  +
! Flash Bank || Base address !! Size || J-Link Support
  +
|-
  +
| Main flash || 0x08000000 || Up to 64 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
  +
|-
  +
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
  +
|}
  +
  +
==Watchdog Handling==
  +
*The device does have 2 watchdogs, FWDGT and WWDGT.
  +
*The WWDGT watchdog is fed during flash programming.
  +
  +
==Device Specific Handling==
  +
===Connect===
  +
*On Connect, protection level is checked. For further information regarding this, please click [[GigaDevice_GD32| here]].
   
  +
===Reset===
For now, the Main Flash Block is supported, only.
 
  +
*The device uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
   
==Reset==
 
No special reset is required.
 
 
==Evaluation Boards==
 
==Evaluation Boards==
*GigaDevice GD32E503R-START: https://wiki.segger.com/GigaDevice_GD32E503R-START
+
*[[GigaDevice_GD32E503R-START | GigaDevice GD32E503R-STAR ]]
  +
*[[GigaDevice_GD32E507Z-EVAL| GigaDevice GD32E507Z-EVAL]]
*GigaDevice GD32E507Z-EVAL: https://wiki.segger.com/GigaDevice_GD32E507Z-EVAL
 
   
 
==Example Application==
 
==Example Application==
*GigaDevice GD32E503R-START: https://wiki.segger.com/GigaDevice_GD32E503R-START#Example_Project
+
*[[GigaDevice_GD32E503R-START#Example_Project | GigaDevice GD32E503R-STAR ]]
  +
*[[GigaDevice_GD32E507Z-EVAL#Example_Project | GigaDevice GD32E507Z-EVAL]]
*GigaDevice GD32E507Z-EVAL: https://wiki.segger.com/GigaDevice_GD32E507Z-EVAL#Example_Project
 

Revision as of 11:12, 1 March 2024

The GigaDevice GD32E5 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E5 devices belong to the high performance line of GigaDevices GD32 MCU series.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 64 KB YES.png
Option Bytes 0x1FFFF800 16 B YES.png
OTP Bytes 0x1FFF7000 512 B NO.png

Watchdog Handling

  • The device does have 2 watchdogs, FWDGT and WWDGT.
  • The WWDGT watchdog is fed during flash programming.

Device Specific Handling

Connect

  • On Connect, protection level is checked. For further information regarding this, please click here.

Reset

  • The device uses normal Cortex-M reset, no special handling necessary, like described here.

Evaluation Boards

Example Application