Difference between revisions of "GigaDevice GD32C1"

From SEGGER Wiki
Jump to: navigation, search
(Internal Flash)
(Internal Flash)
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
! Flash Bank || Base address !! Size || J-Link Support
 
! Flash Bank || Base address !! Size || J-Link Support
 
|-
 
|-
| Main flash || 0x08000000 || Up to 256 KB || style="text-align:center;"| {{YES}}
+
| Main flash || 0x08000000 || 128 KB || style="text-align:center;"| {{YES}}
|-
 
| Information flash || 0x1FFFB000|| 18 KB || style="text-align:center;"| {{NO}}
 
 
|-
 
|-
 
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
 
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
 
|-
 
|-
| OTP || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
+
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
 
|}
 
|}
   
  +
==Watchdog Handling==
==On-Chip Memory Regions==
 
  +
*The device does have 2 watchdogs, FWDGT and WWDGT.
The internal flash is divided into 4 different regions:<br>
 
  +
*The WWDGT watchdog is fed during flash programming.
*Main Flash Block (0x08000000 - 0x0801FFFF)
 
*Information Block (0x1FFFB000 - 0x1FFFF7FF)
 
*Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
 
*One-time program Block (0x1FFF7000 - 0x1FFF71FF)
 
   
  +
==Device Specific Handling==
For now, the Main Flash Block is supported, only.
 
  +
===Connect===
  +
*On Connect, protection level is checked. For further information regarding this, please click [[GigaDevice_GD32| here]].
   
==Reset==
+
===Reset===
  +
*The device uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
No special reset is required.
 
   
 
==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]]

Latest revision as of 15:35, 22 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 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