Other Parts Discussed in Thread: MSP430FG4618 , MSP430F2013 , MSP-FET 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum…
Other Parts Discussed in Thread: MSP430FR5994 , MSP430F5529 , MSP430FG4618 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430FG4618 本人用的MSP430FG4618 IAR C语言编译 想往FLASH的13000地址里存0XAA,在不考虑FLASH初始化问题的基础上定义:unsigned long long *FFF;FFF=(unsigned long long *)0x13000;*FFF=0XAA; 注(int 、unsigned int、long、unsigned long、long long、unsigned long long 都是这个警告…
Other Parts Discussed in Thread: MSP430FG4618 , MSP430F2013 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/587714…
Other Parts Discussed in Thread: MSP430FG4618 小弟这几天在测试MSP430驱动LCD的功耗测试,手里有的MSP430FG4618的测试板,板上只有两个晶振32768Hz和30MHz,还有就是基本上电复位电路,测试使用库的标准例子。以下是测试的结程序和结果:
1:当按照上面的程序进行测试里,LCD屏接与不接,电流都在0.1~0.2uA;
2:当把程序中的休眠模式改成LPM3时,不接LCD屏电流40~45uA,接上LCD屏电流50~60uA;
3:如果把程序中LCDA初始化部分去除…