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 |