GigaDevice GD32C1: Difference between revisions
Jump to navigation
Jump to search
SebastianB (talk | contribs) (Created page with "__TOC__ The GigaDevice GD32C1 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. ==On-Chip Memory Regions== The internal flash is divide...") |
No edit summary |
||
(9 intermediate revisions by 2 users 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. | |||
__TOC__ | __TOC__ | ||
== | ==Flash Banks== | ||
===Internal Flash=== | |||
{| class="seggertable" | |||
|- | |||
! Flash Bank || Base address !! Size || J-Link Support | |||
|- | |||
| Main flash || 0x08000000 || 128 KB || style="text-align:center;"| {{YES}} | |||
|- | |||
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}} | |||
|- | |||
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}} | |||
|} | |||
==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 [[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]]. | |||
==Evaluation Boards== | ==Evaluation Boards== | ||
* | *[[GigaDevice_GD32C113C-START| GigaDevice GD32C113C START]] | ||
==Example Application== | ==Example Application== | ||
* | *[[GigaDevice_GD32C113C-START#Example_Project | GigaDevice GD32C113C START]] |
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 | ![]() |
Option Bytes | 0x1FFFF800 | 16 B | ![]() |
OTP Bytes | 0x1FFF7000 | 512 B | ![]() |
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.