Other Parts Discussed in Thread: MSP430FR2033 我使用MSP430FR2033的I2C读取气压传感器HP203B的气压值,在读取前进入LPM3的话功耗为4uA,在读取后进入的话为640uA,我量了这两种情况的气压传感器各引脚状态,都是一样的,而且我用完H气压传感器后已经断电了。下面是我的I2C代码和HP203B代码。
/*
* i2c_hw.c
*
* Created on: 2017年8月7日
* Author: johnsonzhou…
Other Parts Discussed in Thread: MSP430FR2033 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/699850/msp430fr2033…
Other Parts Discussed in Thread: MSP430FR2033 Hi all:
我在使用MSP430FR2033时需要使用ADC测量一个电压,打算多次测量取平均值,发现采集的数据数量少于预期的数量,但单步调试是正常的,这有可能是什么问题呢?
代码如下:
1、调用:
unsigned int read_angle_value(void)
{
unsigned char i;
unsigned char num = 10;
unsigned int angle_temp…
Other Parts Discussed in Thread: MSP-FET , MSP430FR2033 , MSP-GANG 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/672537…