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.
单片机是MSP430AFE253,写了个简单的测试程序。IAR Release生成的HEX文件。FET-Pro430烧写后单片机不能自动运行。非得重新上电才可以。运行后貌似也挺正常。请问是哪里设置不对么?
楼主,
这个很正常,你可以在菜单栏里面的setup里面选择connection选项,然后修改final target device action的设置。默认是烧写完以后vcc off。
你可以选择reset芯片然后重新运行程序。
谢谢
这是FET-Pro430 软件版本问题,把软件在官网升级到最新版本的3.4-3后,就可以了。 原因是在于之前的版本没有给芯片发送复位信号,所以,软件无论怎么设置,都是没有用的。