在MSP430FR2311的BSL开发中,我使用了软件调用BSL的方式。用DSP通过I2C给430传送了某指令,430接收了此指令后便执行跳转BSL的命令。
进入BSL后DSP边给430发送擦除指令。该指令会擦除430中接收DSP指令并执行跳转BSL的部分。
请问,怎样可以使430擦除代码的时候不擦出 跳转到BSL的那部分代码?
Susan Yang:
user5370101
进入BSL后DSP边给430发送擦除指令。该指令会擦除430中接收DSP指令并执行跳转BSL的部分。
请问能详细说下您的擦除指令吗?
user5370101:
回复 Susan Yang:
使用的是MSP430 FRAM Device Bootloader手册中BSL Core Commands的Mass Erase, 手册中说All code FRAM in the device is erased.
I2C数据包为0x80,0x01,0x00,0x15,0x64,0xA3
user5370101:
回复 Susan Yang:
使用的是MSP430 FRAM Device Bootloader手册中BSL Core Commands的Mass Erase, 手册中说All code FRAM in the device is erased.
I2C数据包为0x80,0x01,0x00,0x15,0x64,0xA3