Difference between revisions of "GigaDevice GD32E1"

From SEGGER Wiki
Jump to: navigation, search
(On-Chip Memory Regions)
Line 14: Line 14:
 
==Evaluation Boards==
 
==Evaluation Boards==
 
*GigaDevice GD32E103C-START: https://wiki.segger.com/GigaDevice_GD32E103C-START
 
*GigaDevice GD32E103C-START: https://wiki.segger.com/GigaDevice_GD32E103C-START
  +
*GigaDevice GD32E113R-START: https://wiki.segger.com/GigaDevice_GD32E113R-START
   
 
==Example Application==
 
==Example Application==
 
*GigaDevice GD32E103C-START: https://wiki.segger.com/GigaDevice_GD32E103C-START#Example_Project
 
*GigaDevice GD32E103C-START: https://wiki.segger.com/GigaDevice_GD32E103C-START#Example_Project
  +
*GigaDevice GD32E113R-START: https://wiki.segger.com/GigaDevice_GD32E113R-START#Example_Project

Revision as of 16:19, 30 August 2022

The GigaDevice GD32E1 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor.

On-Chip Memory Regions

The internal flash is divided into 4 different regions:

  • Main Flash Block (0x08000000 - 0x0801FFFF)
  • Information Block (0x1FFFB000 - 0x1FFFF7FF)
  • Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
  • One-time program Block (0x1FFF7000 - 0x1FFF71FF)

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

Reset

No special reset is required.

Evaluation Boards

Example Application