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.

[参考译文] MSP430FR2033:GPIO 寄存器已置位、但无效

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/784181/msp430fr2033-gpio-registers-set-but-has-no-effect

器件型号:MSP430FR2033
主题中讨论的其他器件:MSP-FET430UIF

您好!

我们将使用定制的 MSP430FR2033启动电路板。 我们已启动电源并通过 JTAG (MSP-FET430UIF)连接到 MSP430FR2033。 代码下载正常、我可以进行单次设置(全部在 IAR Embedded Workbench 上)。 但是、切换 GPIO 不起作用。 将程序降至以下值:

#include "msp430fr2033.h"

int main (void)
{
//停止看门狗计时器以防止超时复位
WDTCTL = WDTPW + WDTHOLD;

P4DIR |= BIT3;
P4OUT |= BIT3;

} 

不会将引脚4.3的引脚设置为高电平

还有其他需要做的事情吗? 电源管理明智吗? 时钟?

我们已经检查了 MSP430的 VCC (3.3V)。  

谢谢