Difference between revisions of "GigaDevice GD32F5"

From SEGGER Wiki
Jump to: navigation, search
(Device Specific Handling)
 
(One intermediate revision by the same user not shown)
Line 27: Line 27:
 
| Option Bytes (Bank 1) || 0x1FFEC000 || 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 40: 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