MSPDRIVERLIB
MSP 驱动程序库
MSPDRIVERLIB
概述
驱动程序库的抽象化 API 通过提供易于使用的函数调用使您不再拘泥于 MSP430 和 MSP432 硬件的细节。完整的文档通过有用的 API 指南交付,其包括有关每个函数调用和经过验证的参数的详细信息。开发人员可使用驱动程序库函数以尽可能低的费用编写全部项目!
使用 MSP 驱动程序库加快上市步伐。易于理解的函数调用意味着更少的学习时间和更多的创新时间。
特性
- 软件 API 让设备的硬件寄存器不再繁琐
- 已获得许可的 BSD
- 演示如何在项目中使用 DriverLib API 的示例
- PDF 和 html 格式的完整 API 指南
- 使用 MSPWare 时可与 CCS 和 TI Resource Explorer 集成
- Full BSD licensed source code for all APIs for both MSP430 and MSP432
- Prebuilt libraries for 32-bit ARM devices
- PDF and HTML guides explaining how to get started and how to use DriverLib APIs
- Example projects on CCS, IAR, Keil and GCC for every peripheral showcasing DriverLib APIs
下载
驱动程序或库
MSP432DRIVERLIB — 用于 MSP432 器件的 MSP432 DriverLib
MSP432DRIVERLIB — 用于 MSP432 器件的 MSP432 DriverLib
BSD Licensed Driver Library for MSP432P4
文档
MSP432P4 DriverLib API Guide
MSP432P4 DriverLib User's Guide
新增功能
- This version of DriverLib has been updated to work with Rev C silicon and has an updated ROM table that links to fixed/new ROM functions.
- Fixed various typos in the I2C code examples
- Added code example for AES256 encryption by use of DMA
- Changed control structure alignment in DMA examples to be 1024
- Changed CRC32 code example to be more meaningful
- Fixed minor typo in UART code examples/li>
- Updated Timer_A PWM code example to actually perform real PWM
- Various typos fixed in documentation
发布信息
MSP432 Driver Library is a collection of high level APIs that speed up software development for MSP432. The MSP432 Driver Library package includes API documentaion and examples to help you get started.
驱动程序或库
MSPDRIVERLIB — 适用于 MSP430 器件的 DriverLib
MSPDRIVERLIB — 适用于 MSP430 器件的 DriverLib
BSD Licensed Driver Library for MSP430
文档
MSP430 DriverLib MSP430F5xx_6xx API Guide
MSP430 DriverLib MSP430F5xx_6xx User's Guide
MSP430 DriverLib MSP430FR57xx API Guide
MSP430 DriverLib MSP430FR57xx User's Guide
MSP430 DriverLib MSP430FR5xx_6xx API Guide
MSP430 DriverLib MSP430FR5xx_6xx User's Guide
MSP430 DriverLib MSP430FR2xx_4xx API Guide
MSP430 DriverLib MSP430FR2xx_4xx User's Guide
MSP430 DriverLib MSP430i2xx API Guide
MSP430 DriverLib MSP430i2xx User's Guide
发布信息
MSP430 Driver Library is a collection of high level APIs that speed up software development for MSP430. The MSP430 Driver Library package includes API documentaion and examples to help you get started.
新增功能
- Update MSP430FR2xx_4xx IAR example projects to use correct code/data model
- Remove GCC examples for MSP430FR2xx_4xx as ROM driverlib only supports CCS and IAR