打印

关于MSP430模块库的使用

[复制链接]
1537|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

粉丝