# CM2053BSP
**Repository Path**: OpenNuvoton/cm2053-bsp
## Basic Information
- **Project Name**: CM2053BSP
- **Description**: The BSP of CM2053 series
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2025-12-24
- **Last Updated**: 2026-01-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# CM2053 Series CMSIS BSP
To experience the powerful features of CM2053 series in few minutes, please select the sample code to download and execute on the NuMaker-CM2053 board. Open the project files to build them with Keil® MDK, IAR, NuEclipse or VS Code, and then download and trace them on the NuMaker board to see how it works.
## .\Document\
- CMSIS.html
Document of CMSIS version 6.1.0.
- NuMicro CM2053 Series CMSIS BSP Driver Reference Guide.chm
This document describes the usage of drivers in CM2053 BSP.
- NuMicro CM2053 Series CMSIS BSP Revision History.pdf
This document shows the revision history of CM2053 BSP.
- VSCode Quick Start Guide.pdf
This documents guide to install, configure and use VS Code.
## .\Library\
- CMSIS
Cortex® Microcontroller Software Interface Standard (CMSIS) V6.1.0 definitions by Arm® Corp.
- Device
CMSIS compliant device header file.
- StdDriver
All peripheral driver header and source files.
## .\Sample Code\
- FreeRTOS
Simple FreeRTOS™ demo code.
- Hard\_Fault\_Sample
Show hard fault information when hard fault happened.
The hard fault handler shows some information including program counter, which is the address where the processor is executed when the hard fault occurs. The listing file (or map file) can show what function and instruction that is.
It also shows the Link Register (LR), which contains the return address of the last function call. It can show the status where CPU comes from to get to this point.
- ISP
Sample code for In-System-Programming.
- PowerManagement
Power management sample code.
- Semihost
Show how to print and get character through IDE console window.
- StdDriver
Sample code to demonstrate the usage of CM2053 series MCU peripheral driver APIs.
- Template
A project template for CM2053 series MCU.
- XOM
Demonstrate how to create XOM library and use it.
## .\ThirdParty\
- FreeRTOS
FreeRTOS porting for CM2053 series MCU.
# License
**SPDX-License-Identifier: Apache-2.0**
Copyright in some of the content available in this BSP belongs to third parties.
Third parties license is specified in a file header or license file.
CM2053 BSP files are provided under the Apache-2.0 license.