This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] MSP-EXP430FR6989:替代产品

Guru**** 648580 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1168259/msp-exp430fr6989-replacement

器件型号:MSP-EXP430FR6989

大家好、我有一个 TI LauchPad、我一直在运行一个代码来检查电路板上的 LED 是否亮起。 但它不会
我都准备好在学校的另一个 Pad 上进行测试、代码运行正常
我认为它可能有缺陷
#include

void main( void )


//停止看门狗计时器以防止超时复位
WDTCTL = WDTPW + WDTHOLD;

P1DIR = 0x0001;
P9DIR = 0X0080;

P9OUT = 0X0080;
P1OUT = 0x0001;


它是一个简单的代码、用于检查两者是否正确
下面的 LED 亮起
 
下载正常的奇怪东西。 同一型号的另一个主板已在同一台计算机上进行测试、工作正常
如果可能、请告知我们更换产品?
此致、
Jonathan