Other Parts Discussed in Thread: MSP430F5259 , MSP430F5172 hi
我自己用MSP430F5259 画了一块板, 使用EXP_MSP430F5529LP开发板的FET(ID:MSP101) 通过Spy-Bi-Wire 接口进行程序烧写,新建一个5259最基本的hello world 工程,就是烧录不了!检查电源和连线都没有问题,不知道问题出现在哪里!
1.错误提示
2.原理图 电源3.3v 直接使用FET上的5v,然后在核心板上转3.3v,…
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 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/685497/msp430f5253…
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…