一个msp430f5438的例程
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.
MSP430F6779A有512Kflash,我规划:
bank0(0xc000-0x2bfff)为boot区
bank1(0x2c000-0x4bfff) 为预留
bank2-3(0x4c000-0x8bfff)为应用程序区
Info C (0x1880-0x18ff)为标志区
现在遇到的问题是,使用br指令无法跳转到0x4c000这个地址。请问有什么方法可以解决吗?