Other Parts Discussed in Thread: MSP430FR2311 , MSP430FR2355 , MSP430FR2353 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP-GANG 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/875000/msp430fr2353-ic-socket…
Other Parts Discussed in Thread: UNIFLASH , MSP430FR2353 Code Composer Studio
Version: 9.0.1.00004
CCS9.0.1 编写代码,生成bin 文件总是失败,参考网上的推荐的方法总是生成不了bin 文件
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName…
Other Parts Discussed in Thread: MSP430FR2353 , MSP-GANG 尊敬的TI技术支持你好!
我们公司现在项目已经开发结束,想进行批量下载程序,不提供源码,通过bin、txt、hex都可以,网上查找了很多下载工具都不支持,这款芯片,MSP430FR2353,不知道咱们有好的建议没?通过调试工具能否完成下载,不提供源码,以及下载工具,
#include <msp430.h> unsigned int ADC_Result[13]; // 12-bit ADC conversion result array unsigned char i; #define CALADC_15V_30C *((unsigned int *)0x1A1A) // Temperature Sensor Calibration-30 C // See device datasheet for TLV table memory mapping #define…
Other Parts Discussed in Thread: MSP430FR2353 看了用户手册ADCCTL1 寄存器 ADCCONSEQX 位是对采集顺序进行配置的,我想知道咱们这款芯片是不支持指定通道采集吗? 还是只支持序列多通道采集,如果支持序列多通道,我想用内部温度采集通道12和通道8指定最高通道12 岂不是0 -12 所有的都采集到,根本不是我想要的,求大神指导下,以下是我的代码
#include <msp430.h> unsigned int ADC_Result[13…