Difference between revisions of "GigaDevice GD32F5"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Device families The GigaDevice GD32F4 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor. __TOC__ ==Flash Banks== ===Intern...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Device families]]
 
[[Category:Device families]]
The GigaDevice GD32F4 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M4 processor.
+
The GigaDevice GD32F5 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M33 processor.
 
__TOC__
 
__TOC__
   
Line 11: Line 11:
 
| Main flash || 0x08000000 || Up to 3072 KB || style="text-align:center;"| {{YES}}
 
| Main flash || 0x08000000 || Up to 3072 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| OTP Block || 0x1FFF0000 || 528 B || style="text-align:center;"| {{NO}}
+
| OTP Block 1 (data) || 0x1FF00000 || 8 KB || style="text-align:center;"| {{NO}}
 
|-
 
|-
| Option Bytes 0 (GD32F403 only) || 0x1FFFE000 || 16 B || style="text-align:center;"| {{YES}}
+
| OTP Block 2 (data) || 0x1FF20000 || 512 B || style="text-align:center;"| {{NO}}
 
|-
 
|-
| Option Bytes Bank 0<br>(GD32F4xx except GD32F403) || 0x1FFFC000 || 16 B || style="text-align:center;"| {{NO}}
+
| OTP Block 1 (lock) || 0x1FF20200 || 16 B || style="text-align:center;"| {{NO}}
 
|-
 
|-
| Option Bytes Bank 1 || 0x1FFEC000 || 16 B || style="text-align:center;"| {{NO}}
+
| OTP Block 2 (lock) || 0x1FF20210 || 16 B || style="text-align:center;"| {{NO}}
  +
|-
 
  +
| OTP0 Block (data) || 0x1FFF7800 || 64 B || style="text-align:center;"| {{NO}}
  +
|-
  +
| OTP0 Block (lock) || 0x1FFF7840 || 16 B || style="text-align:center;"| {{NO}}
  +
|-
  +
| Option Bytes (Bank 0) || 0x1FFFC000 || 16 B || style="text-align:center;"| {{NO}}
  +
|-
  +
| Option Bytes (Bank 1) || 0x1FFEC000 || 16 B || style="text-align:center;"| {{NO}}
 
|}
 
|}
  +
  +
==ECC RAM==
  +
In order to prevent errors when reading first time, the DLL initializes the first 256KB of RAM
  +
starting at 0x2000 0000.
   
 
==Watchdog Handling==
 
==Watchdog Handling==
Line 28: Line 39:
 
===Connect===
 
===Connect===
 
*On Connect, protection level is checked. For further information regarding this, please click [[GigaDevice_GD32| here]].<br>
 
*On Connect, protection level is checked. For further information regarding this, please click [[GigaDevice_GD32| here]].<br>
Currently only GD32F403 is supported.
 
   
 
===Reset===
 
===Reset===
Line 34: Line 44:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*[[GigaDevice_GD32403V-START | GigaDevice GD32403V-START]]
+
*[[GigaDevice_GD32F527I-EVAL | GigaDevice GD32F527I-EVAL]]
*[[GigaDevice_GD32407H-START | GigaDevice GD32407H-START]]
 
*[[GigaDevice_GD32407V-START | GigaDevice GD32407V-START]]
 
*[[GigaDevice_GD32450I-EVAL | GigaDevice GD32450I-EVAL]]
 
*[[GigaDevice_GD32450Z-EVAL | GigaDevice GD32450Z-EVAL]]
 
*[[GigaDevice_GD32F427V-START | GigaDevice GD32F427V-START]]
 
*[[GigaDevice_GD32F470Z-EVAL | GigaDevice GD32F470Z-EVAL]]
 
   
 
==Example Application==
 
==Example Application==
*[[GigaDevice_GD32403V-START#Example_Project | GigaDevice GD32403V-START]]
+
*[[GigaDevice_GD32F527I-EVAL#Example_Project | GigaDevice GD32F527I-EVAL]]
*[[GigaDevice_GD32407H-START#Example_Project | GigaDevice GD32407H-START]]
 
*[[GigaDevice_GD32407V-START#Example_Project | GigaDevice GD32407V-START]]
 
*[[GigaDevice_GD32450I-EVAL#Example_Project | GigaDevice GD32450I-EVAL]]
 
*[[GigaDevice_GD32450Z-EVAL#Example_Project | GigaDevice GD32450Z-EVAL]]
 
*[[GigaDevice_GD32F427V-START#Example_Project | GigaDevice GD32F427V-START]]
 
*[[GigaDevice_GD32F470Z-EVAL#Example_Project | GigaDevice GD32F470Z-EVAL]]
 

Latest revision as of 09:07, 25 June 2024

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

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 3072 KB YES.png
OTP Block 1 (data) 0x1FF00000 8 KB NO.png
OTP Block 2 (data) 0x1FF20000 512 B NO.png
OTP Block 1 (lock) 0x1FF20200 16 B NO.png
OTP Block 2 (lock) 0x1FF20210 16 B NO.png
OTP0 Block (data) 0x1FFF7800 64 B NO.png
OTP0 Block (lock) 0x1FFF7840 16 B NO.png
Option Bytes (Bank 0) 0x1FFFC000 16 B NO.png
Option Bytes (Bank 1) 0x1FFEC000 16 B NO.png

ECC RAM

In order to prevent errors when reading first time, the DLL initializes the first 256KB of RAM starting at 0x2000 0000.

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