Other Parts Discussed in Thread: MSP-FET , MSP430F5259 , MSP430F5172 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum…
Other Parts Discussed in Thread: MSP430F5253 , MSP430F5172 , MSP-GANG 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum…
Other Parts Discussed in Thread: MSP430F5172 你好!
我在做一个项目,使用了RF430F51xx芯片,该芯片包含两个模块MCU(MSP430F5172)和RAIDAES模块,两个模块之间可以通过3线SPI通信。MCU作为master,另一个是slave。问题是: master接收到slave的数据总是不变的0xFF。
相关程序如下:
IO模块初始化:
__disable_interrupt();
PMAPPWD = 0x02D52; // Get write…