Difference between revisions of "GigaDevice GD32F2"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "The GigaDevice GD32F3 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. __TOC__ ==Flash Banks== ===Internal Flash=== {| class="seggert...")
 
Line 1: Line 1:
The GigaDevice GD32F3 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor.
+
The GigaDevice GD32F2 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M3 processor.
 
__TOC__
 
__TOC__
   
Line 25: Line 25:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
  +
*[[GigaDevice_GD32207C-EVAL|GD32207C-EVAL]]
*[[GigaDevice_GD32303C-START | GigaDevice GD32303C-START]]
 
*[[GigaDevice_GD32303E-EVAL | GigaDevice GD32303E-EVAL]]
+
*[[GigaDevice_GD32207I-EVAL|GD32207I-EVAL]]
*[[GigaDevice_GD32305R-START | GigaDevice GD32305R-START]]
+
*[[GigaDevice_GD32205R-START|GD32205R-START]]
*[[GigaDevice_GD32307C-EVAL | GigaDevice GD32307C-EVAL]]
 
*[[GigaDevice_GD32330C-START | GigaDevice GD32330C-START]]
 
*[[GigaDevice_GD32350C-START | GigaDevice GD32350C-START]]
 
*[[GigaDevice_GD32350R-EVAL | GigaDevice GD32350R-EVAL]]
 
*[[GigaDevice_GD32F303B-START |GigaDevice GD32F303B-START]]
 
*[[GigaDevice_GD32F310C-EVAL | GigaDevice GD32F310C-EVAL]]
 
*[[GigaDevice_GD32F310F-START |GigaDevice GD32F310F-START]]
 
   
 
==Example Application==
 
==Example Application==
*[[GigaDevice_GD32303C-START#Example_Project | GigaDevice GD32303C-START]]
+
*[[GigaDevice_GD32207C-EVAL#Example_Project|GD32207C-EVAL]]
*[[GigaDevice_GD32303E-EVAL#Example_Project | GigaDevice GD32303E-EVAL]]
+
*[[GigaDevice_GD32207I-EVAL#Example_Project|GD32207I-EVAL]]
*[[GigaDevice_GD32305R-START#Example_Project | GigaDevice GD32305R-START]]
+
*[[GigaDevice_GD32205R-START#Example_Project|GD32205R-START]]
*[[GigaDevice_GD32307C-EVAL#Example_Project | GigaDevice GD32307C-EVAL]]
 
*[[GigaDevice_GD32330C-START#Example_Project | GigaDevice GD32330C-START]]
 
*[[GigaDevice_GD32350C-START#Example_Project | GigaDevice GD32350C-START]]
 
*[[GigaDevice_GD32350R-EVAL#Example_Project | GigaDevice GD32350R-EVAL]]
 
*[[GigaDevice_GD32F303B-START#Example_Project |GigaDevice GD32F303B-START]]
 
*[[GigaDevice_GD32F310C-EVAL#Example_Project | GigaDevice GD32F310C-EVAL]]
 
*[[GigaDevice_GD32F310F-START#Example_Project |GigaDevice GD32F310F-START]]
 

Revision as of 17:12, 28 February 2024

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

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 256 KB YES.png
Option Bytes 0x1FFFF800 16 B YES.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