Skip to content

YTLu0104/m460bsp

 
 

Repository files navigation

M460 Series CMSIS BSP

To experience the powerful features of M460 in few minutes, please refer to NuMaker-PFM-M460 Board Quick Start Guide. You can select the sample code of your interest to download and execute on the M460 board. You can open the project files to build them with Keil® MDK, IAR or Eclipse, and then download and trace them on the M460 board to see how it works.

.\Document\

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

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

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

.\Library\

  • CMSIS
    Cortex® Microcontroller Software Interface Standard (CMSIS) V5.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.

  • UsbHostLib
    USB host library source code.

.\Sample Code\

  • CortexM4
    Cortex®-M4 sample 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.

  • PowerManagement
    Power management sample code.

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

  • Template
    A template project file for M460 series.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • Assembly 2.9%
  • Other 0.8%