Difference between revisions of "GigaDevice GD32E2"

From SEGGER Wiki
Jump to: navigation, search
(Evaluation Boards)
Line 1: Line 1:
 
__TOC__
 
__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 GD32E2 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E2 devices belong to the value line of GigaDevice's GD32 MCU series.
 
==On-Chip Memory Regions==
 
==On-Chip Memory Regions==
 
The internal flash is divided into 4 different regions:<br>
 
The internal flash is divided into 4 different regions:<br>
*Main Flash Block (0x08000000 - 0x0807FFFF)
+
*Main Flash Block (0x08000000 - 0x0800FFFF)
*Information Block (GD32E50x_HD: 0x1FFFF000 - 0x1FFFF7FF; GD32E50x_CL: 0x1FFFB000 - 0x1FFFF7FF)
+
*Information Block (0x1FFFEC00 - 0x1FFFF7FF)
 
*Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
 
*Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
*One-time program Block (0x1FFF7000 - 0x1FFF77FF)
+
*One-time program Block (0x1FFF7000 - 0x1FFF73FF)
   
 
For now, the Main Flash Block is supported, only.
 
For now, the Main Flash Block is supported, only.
Line 13: Line 13:
 
No special reset is required.
 
No special reset is required.
 
==Evaluation Boards==
 
==Evaluation Boards==
*GigaDevice GD32E503R-START: https://wiki.segger.com/GigaDevice_GD32E503R-START
+
*GigaDevice GD32E231C-START : https://wiki.segger.com/GigaDevice_GD32E231C-START
*GigaDevice GD32E507Z-EVAL: https://wiki.segger.com/GigaDevice_GD32E507Z-EVAL
+
*GigaDevice GD32E230C-EVAL : https://wiki.segger.com/GigaDevice_GD32E230C-EVAL
   
 
==Example Application==
 
==Example Application==
*GigaDevice GD32E503R-START: https://wiki.segger.com/GigaDevice_GD32E503R-START#Example_Project
+
*GigaDevice GD32E231C-START: https://wiki.segger.com/GigaDevice_GD32E231C-START#Example_Project
*GigaDevice GD32E507Z-EVAL: https://wiki.segger.com/GigaDevice_GD32E507Z-EVAL#Example_Project
+
*GigaDevice GD32E230C-EVAL: https://wiki.segger.com/GigaDevice_GD32E230C-EVAL #Example_Project

Revision as of 15:30, 2 October 2020

The GigaDevice GD32E2 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. The GD32E2 devices belong to the value line of GigaDevice's GD32 MCU series.

On-Chip Memory Regions

The internal flash is divided into 4 different regions:

  • Main Flash Block (0x08000000 - 0x0800FFFF)
  • Information Block (0x1FFFEC00 - 0x1FFFF7FF)
  • Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
  • One-time program Block (0x1FFF7000 - 0x1FFF73FF)

For now, the Main Flash Block is supported, only.

Reset

No special reset is required.

Evaluation Boards

Example Application