Skip to content

OpenNuvoton/M261BSP

Repository files navigation

M261 Series CMSIS BSP

This BSP folder

.\Document\

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

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

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

.\Library\

  • CMSIS
    Cortex® Microcontroller Software Interface Standard (CMSIS) V5.0 definitions by ARM® Corp.

  • Device
    CMSIS compliant device header file.

  • NuMaker
    Specific libraries for M261 NuMaker board.

  • SmartcardLib
    Library for accessing a smartcard.

  • StdDriver
    All peripheral driver header and source files.

  • UsbHostLib
    USB host library source code.

.\Sample Code\

  • AttackDetection
    Sample codes for non-invasive physical attack detection.

  • CardReader
    USB CCID Smartcard Reader sample code.

  • FreeRTOS
    Simple FreeRTOS demo code.

  • 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.

  • MKROM
    Demonstratethe usage of M261 MKROM libraries, and show how to generate a secure boot image for Secure Boot Verification.

  • NuMaker
    Sample codes for NuMaker-PFM-M261 board.

  • PowerManagement
    Power management sample code.

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

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

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

.\ThirdParty\

  • FatFs
    An open source FAT/exFAT filesystem library.

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