Other Parts Discussed in Thread: MSP430F1232 请教大家一个小问题,
看门狗计时器用的是哪个时钟呢? 是MCLK,SMCLK,还是ACLK。
同理,基础计时器呢? Timer_A计时器呢?
另外第二个小问题:
我现在要隔十个小时检测一下MSP430F1232的P2.0引脚输入,如果小于1.67V就把1.0置高。
请问这十个小时检测一下用哪个计时器好呢?
在等待的时候进入LPM3最能减小功耗,但是进到计时器中断之后进行2.0的AD采样,这时候如果是LMP3只是把ACLK打开…
Other Parts Discussed in Thread: MSP430F1232 在使用 MSP430F1232 单片机通过 IAR5.2 下载 JTAG并口仿真器 下载时出现一个错误提示。
Fatal error: Could not find device (or device not supported) Session aborted!
MSP430f1232用IAR软件写的,用仿真器仿真出现这个错误提示。这是什么原因造成的啊?
有没有可能是仿真器只支持IAR部分版本(例如5.20…
Other Parts Discussed in Thread: MSP430F1232 , MSP430F2234 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/738248/msp430f2122…
Other Parts Discussed in Thread: MSP430F1232 ////////////////////////////////////////////////////IIC.c///////////////////////////////////////////// #include "msp430f1232.h" #include "main.h" #include "iic.h" #include "uart.h"…