Welcome![Sign In][Sign Up]
Location:
Search - lpm3

Search list

[Other resourceUSART_ADC12

Description: MSP430F149串口行实验程序 //使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源) //P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作为波特率发器时,不能使用LPM2,LPM3!
Platform: | Size: 2925 | Author: songsu | Hits:

[Other Embeded programUSART_ADC12

Description: MSP430F149串口行实验程序 //使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源) //P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作为波特率发器时,不能使用LPM2,LPM3!-MSP430F149 serial line experimental procedure// using the ADC12 collection experiments, collected data will be sent to the PC. (Sequence of a single collection, the use of Timer A clock source as)// P3.4 is sent, P3.5 to receive crystal so that 32768HZ/8MHZ. serial baud rate B/S// use as a baud rate SMCLK fat when they can not use LPM2, LPM3!
Platform: | Size: 3072 | Author: songsu | Hits:

[SCMLT_1B_msp430_LPM3

Description: LT_1B msp430开发板例子程序-LPM3
Platform: | Size: 19456 | Author: Jianjun | Hits:

[CSharp9X9

Description: MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */-MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF*/
Platform: | Size: 30720 | Author: benjamin | Hits:

[VC/MFCbaudrate

Description: MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */-MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF*/
Platform: | Size: 4096 | Author: benjamin | Hits:

[Technology ManagementCalculator

Description: MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */-MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF*/
Platform: | Size: 37888 | Author: benjamin | Hits:

[Embeded-SCM DevelopLPM3

Description: Low power modes in MSP
Platform: | Size: 3072 | Author: Ilan | Hits:

[Embeded-SCM DevelopLPM3

Description: msp430学习资料,其中包含原理图及重要注释,也有配套的源码说明.低功耗模式3-msp430 learning materials, including schematics and important notes, also have matching source description.Lmp3
Platform: | Size: 19456 | Author: 左右 | Hits:

[SCMLPM3

Description: msp430进入LMP3休眠模式,每4秒点亮LED灯-his program operates MSP430 normally in LPM3, pulsing P3.4 at 4 second intervals. WDT ISR used to wake-up system. All I/O configured as low outputs to eliminate floating inputs. Current consumption does increase when LED is powered on P3.4. Demo for measuring LPM3 current. ACLK= LFXT1/4= 32768/4, MCLK= SMCLK= default DCO
Platform: | Size: 19456 | Author: 陈天赐 | Hits:

[Embeded-SCM DevelopLPM3

Description: 这是msp430低功耗的基础程序,请大家下载,对你们的学习很有帮助。-This is a low power msp430 based program, please download, on your very helpful.
Platform: | Size: 19456 | Author: 徐瑞 | Hits:

[SCM41695046MSP430F149_UART

Description: MSP430F149串口通信程序,串口接收中断,退出LPM3模式.-MSP430F149 Serial Communication Program, receiving the serial port interrupt, quit LPM3 mode.
Platform: | Size: 1024 | Author: caoyong | Hits:

[SCMLPM3

Description: MSP430F149系列 LM3使用代码-MSP430F149 series LM3 use code
Platform: | Size: 19456 | Author: 宋闻笛 | Hits:

[Com PortDHT21_MSP430F149

Description: 基于MSP430F149的温湿度传感器DHT21(又名AM2301)控制程序。 说明:空闲时单片机处于LPM3,若串口收到有效命令唤醒单片机开启采集,温湿度值以字符形式发送到串口,用串口调试助手即可观察。-Temperature and humidity sensors based on MSP430F149 DHT21 (also known as AM2301) control procedures. Note: when the MCU is in idle LPM3, if the receipt of a valid command to wake up microcontroller serial port open collection, temperature and humidity values to characters sent to the serial port, can be observed with serial debugging assistant.
Platform: | Size: 39936 | Author: | Hits:

[Com Portxxx

Description: //MSP430F149串口行实验程序 //使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源) //P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作为波特率发器时,不能使用LPM2,LPM3! -msp mcu c programming...
Platform: | Size: 2048 | Author: yml | Hits:

[Other Embeded programMSP430-application-of-thermometer

Description: 在《温度计_基本原理》程序中,已经实现了一个温度测量和显示的系统,但因为采样速率很快,且对基准源不加控制,耗电很大(800uA左右)。本例中,将温度采集速度降到1秒一次,且采样间隙时间不仅关闭基准源,还让CPU进入LPM3休眠状态,大大节省了耗电。该程序功耗仅10uA左右,可用纽扣电池长期运行(2年)。实际上对于环境温度1秒1次采样仍属浪费,如果降到5秒一次,功耗可下降到4uA左右(CR2032电池工作5年)。按KEY3后,CPU进入LPM4,功耗下降到0.1uA,这是一种常用的不断电的关机方法。同时,该程序示例了如何例用程序库快速的完成开发任务。-In the "basic principles of the thermometer _" program, has achieved a temperature measurement and display system, but because the sampling rate soon, and uncontrolled source of reference, a large power consumption (800uA or so). In this example, the temperature dropped to 1 second time acquisition speed, and the sampling time is not only close the gap reference source, but also allow CPU access to LPM3 sleep, significant savings in power consumption. 10uA power consumption is only about the program, the available long-running button batteries (2 years). In fact, for the ambient temperature 1 1 second sample is still a waste, if reduced to 5 seconds, power consumption can be reduced to around 4uA (CR2032 battery 5 years). After the press KEY3, CPU into LPM4, power consumption down to 0.1uA, which is a commonly used method for UPS shutdown. At the same time, the program example of how patients use the library to complete the development tasks faster.
Platform: | Size: 51200 | Author: 陶宇 | Hits:

[SCMfet140_uart07_09600

Description: MSP430串口0通信。波特率9600,回显收到的8个字符。具有参考价值-his program demonstrates a full-duplex 9600-baud UART using USART0 and a 32kHz crystal. The program will wait in LPM3, and receive a string[8] and echo back the complete string.
Platform: | Size: 1024 | Author: boomzip | Hits:

[SCMLPM3

Description: MSP430进入低功耗的源代码、值得借鉴-MAP430 for LPM3
Platform: | Size: 1024 | Author: 小帅 | Hits:

[SCMLPM3

Description: Msp430F149 LPM3例程,测试通过,完美无BUG-Msp430F149 LPM3 routines, tested, Perfect BUG
Platform: | Size: 28672 | Author: mantou | Hits:

[SCMLaunchPad-LPM3

Description: LaunchPad LPM3 MSP430G2553
Platform: | Size: 108544 | Author: bhaltair | Hits:

[SCMLPM3

Description: msp430F149,说明:此程序运行在LPM3 MSP430通常在4秒的时间间隔,脉冲P3.4。 WDT ISR用来唤醒系统。- Description: This program operates MSP430 normally in LPM3, pulsing P3.4 at 4 second intervals. WDT ISR used to wake-up system.
Platform: | Size: 1024 | Author: zhf | Hits:
« 12 »

CodeBus www.codebus.net