Difference between revisions of "GigaDevice GD32C1"

From SEGGER Wiki
Jump to: navigation, search
Line 17: Line 17:
 
|}
 
|}
   
  +
==Watchdog Handling==
  +
*The device does have 2 watchdogs.
  +
*The watchdogs are fed during flash programming.
   
  +
==Device Specific Handling==
==Reset==
 
  +
===Connect===
No special reset is required.
 
  +
*On Connect, protection level is checked. For further information regarding this, please click [[GigaDevice_GD32| here]].
  +
  +
===Reset===
  +
*The device uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*GigaDevice GD32C113C-START: https://wiki.segger.com/GigaDevice_GD32C113C-START
+
*[[GigaDevice_GD32C113C-START| GigaDevice GD32C113C START]]
   
 
==Example Application==
 
==Example Application==
*GigaDevice GD32C113C-START: https://wiki.segger.com/GigaDevice_GD32C113C-START#Example_Project
+
*[[GigaDevice_GD32C113C-START#Example_Project | GigaDevice GD32C113C START]]

Revision as of 16:22, 16 February 2024

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

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 256 KB YES.png
Information flash 0x1FFFB000 18 KB NO.png
Option Bytes 0x1FFFF800 16 B YES.png
OTP 0x1FFF7000 512 B NO.png

Watchdog Handling

  • The device does have 2 watchdogs.
  • The watchdogs are 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