Skip to content

OpenNuvoton/NUC029xGE_BSP

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

NUC029xGE Series CMSIS BSP

This BSP folder

.\Document\

  • CMSIS.html
    Introduction of CMSIS version 4.5.0. CMSIS components included CMSIS-CORE, CMSIS-Driver, CMSIS-DSP, etc.

  • NuMicro NUC029xGE Series CMSIS BSP Revision History.pdf
    The revision history of NUC029xGE Series BSP.

  • NuMicro NUC029xGE Series Driver Reference Guide.chm
    The usage of drivers in NUC029xGE Series BSP.

.\Library\

  • CMSIS
    Cortex® Microcontroller Software Interface Standard (CMSIS) V4.5.0 definitions by ARM® Corp.

  • Device
    CMSIS compliant device header file.

  • SmartcardLib
    Library for accessing a smartcard.

  • StdDriver
    All peripheral driver header and source files.

.\Sample Code\

  • CardReader
    CCID (Circuit card interface device) sample code for smart card interface.

  • Hard_Fault_Sample
    Show hard fault information when hard fault happened. The hard fault handler show some information included program counter, which is the address where the processor was executing when the hard fault occur. The listing file (or map file) can show what function and instruction that was. 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 codes for In-System-Programming.

  • NuMaker
    Simple demo for NuMaker board to show message from UART0 to ICE VCOM and show LED.

  • Semihost
    Show how to print and get character through IDE console window.

  • RegBased
    The sample codes which access control registers directly.

  • StdDriver
    Demonstrate the usage of NUC029xGE series MCU peripheral driver APIs.

  • Template
    A project template for NUC029xGE series MCU.

Licesne

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. NUC029xGE BSP files are provided under the Apache-2.0 license.