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.

msp430G2332操作svsctl寄存器时为何无法写入

Other Parts Discussed in Thread: MSP430G2332

#define SVSCTL_FLASHADDR 0x0055
#define SVSCTL_NET (*(uint8_t *)SVSCTL_FLASHADDR)

这样定义地址,SVSCTL_NET = 0xf8;但是一直无法写入寄存器,头文件中没有定义scsctl寄存器,是不是msp430G2332不支持低电压操作,求大神解释!!!!!!!!!!