GigaDevice GD32C1: Difference between revisions
Jump to navigation
Jump to search
SebastianB (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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 || Up to 256 KB || style="text-align:center;"| {{YES}} | |||
|- | |||
| Information flash || 0x1FFFB000|| 128 KB || style="text-align:center;"| {{NO}} | |||
|- | |||
| Option Bytes || 0x1FFFF800 || 24 B || style="text-align:center;"| {{YES}} | |||
|- | |||
| OTP || 0x1FFF7000 || 24 B || style="text-align:center;"| {{NO}} | |||
|} | |||
==On-Chip Memory Regions== | ==On-Chip Memory Regions== |
Revision as of 16:07, 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 | ![]() |
Information flash | 0x1FFFB000 | 128 KB | ![]() |
Option Bytes | 0x1FFFF800 | 24 B | ![]() |
OTP | 0x1FFF7000 | 24 B | ![]() |
On-Chip Memory Regions
The internal flash is divided into 4 different regions:
- Main Flash Block (0x08000000 - 0x0801FFFF)
- Information Block (0x1FFFB000 - 0x1FFFF7FF)
- Option bytes Block (0x1FFFF800 - 0x1FFFF80F)
- One-time program Block (0x1FFF7000 - 0x1FFF71FF)
For now, the Main Flash Block is supported, only.
Reset
No special reset is required.
Evaluation Boards
- GigaDevice GD32C113C-START: https://wiki.segger.com/GigaDevice_GD32C113C-START
Example Application
- GigaDevice GD32C113C-START: https://wiki.segger.com/GigaDevice_GD32C113C-START#Example_Project