Skip to content

DCZYewen/CMSIS-DSP-MSPM0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSIS-DSP-MSPM0

New versions of CMSIS-DSP for Ti's MSPM0 MCUs.

Usage

From Source

Down load xmake at xmake.io, then edit the xmake.lua to match your toolchain paths. Gcc and tiarmclang is supported, do as follows:

$  xmake f --toolchain=tiarmclang
$  xmake build cmsis-dsp-mspm0-ticlang

Tested under arm-none-eabi-gcc 13.1 and ticlang 3.43 LTS. You must have gcc arm-none-eabi which could be downloaded from ARM, even ticlang builds use the gccar as well. Using gcc is recommended, but tiarm clang also works.

From my precompiled binary

Download the library from this reps's release, add Include to ur IDE's include path or use -IInclude then add the .a filed to linker's path to ur IDE or use in build command like -llibcmsis-dsp-mspm0-gcc.a.

Build screenshot under Ti's CCS Theia. Pic

About

New versions of CMSIS-DSP for Ti's MSPM0 MCUs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages