关于MSP430模块库的使用

[复制链接]
2316|0
 楼主| figo20042005 发表于 2012-7-17 13:55 | 显示全部楼层 |阅读模式
1] 关于Timer_A UART库使用[英]
All Devices except those with TA2 (20xx)   
   This document serves as an overview describing the use of the Timer_A UART library within an existing C or assembly project. The Timer_A UART library encapsulates commonly used routines for transmitting and receiving bytes using UART. These functions are written in assembly to be optimized for the MSP430, but can be called from any C program that includes the ta_uart.h header file.
**说明:http://focus.ti.com/lit/an/slaa307/slaa307.pdf
汇编代码:http://focus.ti.com/lit/an/slaa307/slaa307.zip
[2] 关于MSP430F1、2器件中的DCO库使用[英]
    This document serves as an overview describing the use of the DCO library within existing C or assembly projects. This library encapsulates routines used for setting the DCO to a specific speed based on a multiplication of a known clock, such as a 32-kHz crystal. These functions are written in assembly to be optimized for the MSP430 but can be called from any C program that includes their header files.
**说明:http://focus.ti.com/lit/an/slaa336/slaa336.pdf
汇编代码:http://focus.ti.com/lit/an/slaa336/slaa336.zip

[3] 关于MSP430F2器件中的VLO库使用[英]
   The very low oscillator (VLO) is a clock source included in the 2xx family of devices. This library provides a method of measuring the speed of the VLO without using any external components such as a 32-kHz crystal. Once measured, the VLO can be used to trigger periodic interrupts with greater accuracy. Measuring the VLO also allows for setting the DCO to a specific frequency using a software FLL.
**说明:http://focus.ti.com/lit/an/slaa340/slaa340.pdf
汇编代码:http://focus.ti.com/lit/an/slaa340/slaa340.zip
您需要登录后才可以回帖 登录 | 注册

本版积分规则

个人签名:need to study

16

主题

1576

帖子

3

粉丝
快速回复 在线客服 返回列表 返回顶部