Difference between revisions of "GigaDevice GD32L235"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Device families The GigaDevice GD32L235 series are 32-bit general-purpose microcontrollers based on the ARM Cortex-M23 processor. __TOC__ ==Flash Banks== ===Inte...")
 
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
 
| OTP Bytes || 0x1FFF7000 || 512 B || style="text-align:center;"| {{NO}}
 
|}
 
|}
  +
  +
==ECC RAM ==
  +
*Device has ECC/Parity RAM.
  +
*RAM is initialized on connect.
   
 
==Watchdog Handling==
 
==Watchdog Handling==
 
*The device does have 2 watchdogs, FWDGT and WWDGT.
 
*The device does have 2 watchdogs, FWDGT and WWDGT.
*The WWDGT watchdog is fed during flash programming.
+
*The FWDGT watchdog is fed during flash programming.
  +
*The WWDGT watchdog is fed only when activated during flash programming.
   
 
==Device Specific Handling==
 
==Device Specific Handling==
Line 28: Line 33:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*[[GigaDevice_GD32L233C-START | GigaDevice GD32L233C-START]]
+
*[[GigaDevice_GD32L235R-EVAL | GigaDevice GD32L235R-EVAL]]
*[[GigaDevice_GD32L233R-EVAL | GigaDevice GD32L233R-EVAL]]
 
   
 
==Example Application==
 
==Example Application==
*[[GigaDevice_GD32L233C-START#Example_Project | GigaDevice GD32L233C-START]]
+
*[[GigaDevice_GD32L235R-EVAL#Example_Project | GigaDevice GD32L235R-EVAL]]
*[[GigaDevice_GD32L233R-EVAL#Example_Project | GigaDevice GD32L233R-EVAL]]
 

Latest revision as of 13:30, 13 June 2024

The GigaDevice GD32L235 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 128 KB YES.png
Option Bytes 0x1FFFF800 16 B YES.png
OTP Bytes 0x1FFF7000 512 B NO.png

ECC RAM

  • Device has ECC/Parity RAM.
  • RAM is initialized on connect.

Watchdog Handling

  • The device does have 2 watchdogs, FWDGT and WWDGT.
  • The FWDGT watchdog is fed during flash programming.
  • The WWDGT watchdog is fed only when activated 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