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.
为什么MSP430F5529的开发板下了一次程序,里面原带的操作程序就没有了啊!
你好!
这是正常现象。MSP430的程序是直接下到FLASH的,会覆盖原程序。开发板的光盘里面有那个程序的源代码,重新下载即可。
下程序会erase flash,原程序会被擦除
谢谢!!