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 USB 升级

Other Parts Discussed in Thread: MSP430F5529

使用MSP430F5529, USB只用作升级用,采用如下方法,参考了usb_firmware_update的方法。
结果发现测试很不稳定, 有时候能识别出来正常升级,有时候没反应。
且对比发现,使用仿真器在线的情况下识别概率高,, 脱机实际运行相对识别概率低很多。。

不知道这个是什么原因。

http://www.deyisupport.com/cfs-file.ashx/__key/communityserver-discussions-components-files/55/2043.bsl.c

  • Hi li dong

    "flnvokeBSL"是一个局部变量,中断函数不能使用它吧,编译器没有报错吗?

    另外,提一个小建议:下次发代码的时候,使用“插入代码”修饰一下,最好在一些关键点部分重点注释,这样让阅读的人很容易了解程序的目的。

    sencerely

  • 是全局变量,,我复制文档上的,文档上搞错了