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.

关于MSP430FR2311的BSL的擦除问题

Other Parts Discussed in Thread: MSP430FR2311

在MSP430FR2311的BSL开发中,我使用了软件调用BSL的方式。用DSP通过I2C给430传送了某指令,430接收了此指令后便执行跳转BSL的命令。

进入BSL后DSP边给430发送擦除指令。该指令会擦除430中接收DSP指令并执行跳转BSL的部分。

请问,怎样可以使430擦除代码的时候不擦出 跳转到BSL的那部分代码?