Other Parts Discussed in Thread: MSP430FR5969 , ENERGIA , MSP430G2452 , MSP-EXP430FR5969 , MSP430F5528 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp…
Other Parts Discussed in Thread: MSP430G2452 , MSP430G2231 //平台:msp430launchpad仿真, IAR V5.50.2, MCU:msp430g2231 //说明:使用VLO作为CPU、ADC的时钟源 并关闭其它时钟,使用ADC10,引脚连接如下
// Vin --> P1.0--> A/D P1.6--> LED
#include "msp430g2452.h"
main…
Other Parts Discussed in Thread: MSP430G2553 , MSP-EXP430G2ET 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1193776…
Other Parts Discussed in Thread: MSP430G2452 我用的是ADC10 想用多次转换实现取样八个数 但是程序写出来只能进行一次取样 不知道是哪里的问题 请麻烦大家帮我看一下 程序很短
#include <msp430g2452.h>
#define Num_of_Results 8
unsigned int index = 0;
unsigned int results[Num_of_Results];
void main(void)
{…