Difference between revisions of "GigaDevice GD32F1"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "The GigaDevice GD32F1 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M3 processor. __TOC__ ==Flash Banks== ===Internal Flash=== {| class="seggert...")
 
 
Line 25: Line 25:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*[[GigaDevice_GD32207C-EVAL|GD32207C-EVAL]]
+
*[[GigaDevice_GD32103C-EVAL | GD32103C-EVAL]]
  +
*[[GigaDevice_GD32103C-START | GD32103C-START]]
*[[GigaDevice_GD32207I-EVAL|GD32207I-EVAL]]
 
  +
*[[GigaDevice_GD32103B-EVAL | GD32103B-EVAL]]
*[[GigaDevice_GD32205R-START|GD32205R-START]]
 
  +
*[[GigaDevice_GD32103E-EVAL | GD32103E-EVAL]]
  +
*[[GigaDevice_GD32105C-EVAL | GD32105C-EVAL]]
  +
*[[GigaDevice_GD32105R-START | GD32105R-START]]
  +
*[[GigaDevice_GD32107C-EVAL | GD32107C-EVAL]]
  +
*[[GigaDevice_GD32130C-START | GD32130C-START]]
  +
*[[GigaDevice_GD32150C-START | GD32150C-START]]
  +
*[[GigaDevice_GD32150R-EVAL | GD32150R-EVAL]]
  +
*[[GigaDevice_GD32170C-START | GD32170C-START]]
  +
*[[GigaDevice_GD32190R-EVAL | GD32190R-EVAL]]
  +
*[[GigaDevice_GD321x0T-START | GD321x0T-START]]
   
 
==Example Application==
 
==Example Application==
*[[GigaDevice_GD32207C-EVAL#Example_Project|GD32207C-EVAL]]
+
*[[GigaDevice_GD32103C-EVAL#Example_Projec | GD32103C-EVAL]]
  +
*[[GigaDevice_GD32103C-START#Example_Projec | GD32103C-START]]
*[[GigaDevice_GD32207I-EVAL#Example_Project|GD32207I-EVAL]]
 
  +
*[[GigaDevice_GD32103B-EVAL#Example_Projec | GD32103B-EVAL]]
*[[GigaDevice_GD32205R-START#Example_Project|GD32205R-START]]
 
  +
*[[GigaDevice_GD32103E-EVAL#Example_Projec | GD32103E-EVAL]]
  +
*[[GigaDevice_GD32105C-EVAL#Example_Projec | GD32105C-EVAL]]
  +
*[[GigaDevice_GD32105R-START#Example_Projec | GD32105R-START]]
  +
*[[GigaDevice_GD32107C-EVAL#Example_Projec | GD32107C-EVAL]]
  +
*[[GigaDevice_GD32130C-START#Example_Projec | GD32130C-START]]
  +
*[[GigaDevice_GD32150C-START#Example_Projec | GD32150C-START]]
  +
*[[GigaDevice_GD32150R-EVAL#Example_Projec | GD32150R-EVAL]]
  +
*[[GigaDevice_GD32170C-START#Example_Projec | GD32170C-START]]
  +
*[[GigaDevice_GD32190R-EVAL#Example_Projec | GD32190R-EVAL]]
  +
*[[GigaDevice_GD321x0T-START#Example_Projec | GD321x0T-START]]

Latest revision as of 09:35, 29 February 2024

The GigaDevice GD32F1 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 3072 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