GigaDevice GD32C1: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Device families]]
The GigaDevice GD32C1 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor.
The GigaDevice GD32C1 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor.
__TOC__
__TOC__
Line 8: Line 9:
! 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==
==Watchdog Handling==
*The device does have 2 watchdogs.
*The device does have 2 watchdogs, FWDGT and WWDGT.
*The watchdogs are fed during flash programming.
*The WWDGT watchdog is fed during flash programming.


==Device Specific Handling==
==Device Specific Handling==

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