Part Number: MSP430F5529 Hi,
I am trying to make my own MSP430F5529LP, and I change the type B port to type C port which is used to burning program.
The following picture is the schematic diagram of the circuit.
But it is unable to burn program with…
Other Parts Discussed in Thread: MSP430F5529 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1421458/msp430f5529-gpio…
Part Number: MSP430F5529
请问使用CCS V10.0的开发环境做MSP430F5529单片机的Bootload和APP的程序下可以共用同一个中断吗?我现在在Bootload和APP下使用同一个uart中断的话,一旦从Bootload程序跳转到APP的话程序就会重启,只有当我在Bootload的串口中断服务函数里面写uart中断重映射后,在APP的功能才会正常。