Difference between revisions of "GigaDevice GD32E2"

From SEGGER Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
! Flash Bank || Base address !! Size || J-Link Support
 
! Flash Bank || Base address !! Size || J-Link Support
 
|-
 
|-
| Main flash || 0x08000000 || Up to 64 KB || style="text-align:center;"| {{YES}}
+
| Main flash || 0x08000000 || Up to 128 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
 
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
 
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
Line 31: Line 31:
 
*[[GigaDevice_GD32E231C-START| GigaDevice GD32E231C-START]]
 
*[[GigaDevice_GD32E231C-START| GigaDevice GD32E231C-START]]
 
*[[GigaDevice_GD32E232K-START| GigaDevice GD32E232K-START]]
 
*[[GigaDevice_GD32E232K-START| GigaDevice GD32E232K-START]]
  +
*[[GigaDevice_GD32E235C-EVAL | GigaDevice GD32E235C-EVAL ]]
   
 
==Example Application==
 
==Example Application==
Line 36: Line 37:
 
*[[GigaDevice_GD32E231C-START#Example_Project | GigaDevice GD32E231C-START]]
 
*[[GigaDevice_GD32E231C-START#Example_Project | GigaDevice GD32E231C-START]]
 
*[[GigaDevice_GD32E232K-START#Example_Project | GigaDevice GD32E232K-START]]
 
*[[GigaDevice_GD32E232K-START#Example_Project | GigaDevice GD32E232K-START]]
  +
*[[GigaDevice_GD32E235C-EVAL#Example_Project | GigaDevice GD32E235C-EVAL ]]

Latest revision as of 15:15, 12 June 2024

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.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 128 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