Difference between revisions of "GigaDevice GD32L23"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The GigaDevice GD32L23 series are general-purpose Cortex-M23 based 32-bit microcontrollers. ==Internal Flash== ===Supported Regions=== The size and sectorization of th...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
The GigaDevice GD32L23 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M23 processor.
 
__TOC__
 
__TOC__
  +
The GigaDevice GD32L23 series are general-purpose Cortex-M23 based 32-bit microcontrollers.
 
==Internal Flash==
+
==Flash Banks==
===Supported Regions===
+
===Internal Flash===
  +
{| class="seggertable"
The size and sectorization of the internal flash differs depending on the exact device.<br>
 
{| class="wikitable"
 
 
|-
 
|-
! Device !! Size (KiB) || Memory region
+
! Flash Bank || Base address !! Size || J-Link Support
 
|-
 
|-
  +
| Main flash || 0x08000000 || Up to 256 KB || style="text-align:center;"| {{YES}}
| GD32L233C8T6 || 64 || 0x00000000 - 0x0000FFFF
 
 
|-
 
|-
  +
| Option Bytes || 0x1FFFF800 || 16 B || style="text-align:center;"| {{YES}}
| GD32L233CBT6 || 128 || 0x00000000 - 0x0001FFFF
 
 
|-
 
|-
  +
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
| GD32L233CCT6 || 256 || 0x00000000 - 0x0003FFFF
 
|-
 
| GD32L233K8T6 || 64 || 0x00000000 - 0x0000FFFF
 
|-
 
| GD32L233K8Q6 || 64 || 0x00000000 - 0x0000FFFF
 
|-
 
| GD32L233KBT6 || 128 || 0x00000000 - 0x0001FFFF
 
|-
 
| GD32L233KBQ6 || 128 || 0x00000000 - 0x0001FFFF
 
|-
 
| GD32L233R8T6 || 64 || 0x00000000 - 0x0000FFFF
 
|-
 
| GD32L233RBT6 || 128 || 0x00000000 - 0x0001FFFF
 
|-
 
| GD32L233RCT6 || 256 || 0x00000000 - 0x0003FFFF
 
 
|}
 
|}
  +
  +
==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===
  +
*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_GD32L233C-START | GigaDevice GD32L233C-START]]
* GigaDevice GD32L233R-EVAL evaluation board: https://wiki.segger.com/GigaDevice_GD32L233R-EVAL
 
  +
*[[GigaDevice_GD32L233R-EVAL | GigaDevice GD32L233R-EVAL]]
   
 
==Example Application==
 
==Example Application==
  +
*[[GigaDevice_GD32L233C-START#Example_Project | GigaDevice GD32L233C-START]]
* GigaDevice GD32L233R-EVAL evaluation board: https://wiki.segger.com/GigaDevice_GD32L233R-EVAL#Example_Project
 
  +
*[[GigaDevice_GD32L233R-EVAL#Example_Project | GigaDevice GD32L233R-EVAL]]

Latest revision as of 18:02, 27 February 2024

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

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Main flash 0x08000000 Up to 256 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