Skip to content

OpenNuvoton/M251BSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M251/M252/M254/M256/M258 Series CMSIS BSP

This BSP folder

.\Document\

  • CMSIS.html
    Document of CMSIS version 5.1.1.

  • NuMicro M251_252_254_256_258 Series CMSIS BSP Driver Reference Guide.chm
    This document describes the usage of drivers in M251/M252/M254/M256/M258 BSP.

  • NuMicro M251_252_254_256_258 Series CMSIS BSP Revision History.pdf
    This document shows the revision history of M251/M252/M254/M256/M258 BSP.

.\Library\

  • CMSIS
    Cortex® Microcontroller Software Interface Standard (CMSIS) V5.1.1 definitions by Arm® Corp.

  • Device
    CMSIS compliant device header file.

  • LCDLib
    Library for controlling LCD module.

  • SmartcardLib
    Smart card library binary and header file.

  • StdDriver
    All peripheral driver header and source files.

  • TKLib
    Library for controlling touch key module.

.\Sample Code\

  • CardReader
    USB CCID smart card reader sample code.

  • CortexM23
    Cortex®-M23 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 codes for In-System-Programming.

  • Level1_Training
    Level 1 training sample code.

  • NuMaker-M256SD
    Sample codes for NuMaker-M256SD board.

  • NuMaker-M258KE
    Sample codes for NuMaker-M258KE board.

  • NuMaker-M258KG
    Sample codes for NuMaker-M258KG board.

  • 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 M251/M252/M254/M256/M258 series MCU peripheral driver APIs.

  • Template
    A project template for M251/M252/M254/M256/M258 series MCU.

  • XOM
    Demonstrate how to create XOM library and use it.

.\ThirdParty\

  • FreeRTOS
    FreeRTOS porting for M251/M252/M254/M256/M258 series MCU.

.\Tool\

  • TK
    Touch key tool.

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.

M251/M252/M254/M256/M258 BSP files are provided under the Apache-2.0 license.