Other Parts Discussed in Thread: MSP430F6779A 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/726926/msp430f6779a…
Other Parts Discussed in Thread: MSP430F6779A , MSP430FG6626 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/675956…
Other Parts Discussed in Thread: MSP430F6779A , MSP430F5438 MSP430F6779A有512Kflash,我规划:
bank0(0xc000-0x2bfff)为boot区
bank1(0x2c000-0x4bfff) 为预留
bank2-3(0x4c000-0x8bfff)为应用程序区
Info C (0x1880-0x18ff)为标志区
现在遇到的问题是,使用br指令无法跳转到0x4c000这个地址。请问有什么方法可以解决吗?