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.
使用TI提供的API做bootloader功能,由上位机通过SCI将boot程序传到dsp ram中,再用boot程序接收并且擦除flash,同时写入应用程序,最后上位机通过给reset脚(XRS脚)低电平来复位dsp。
现在遇到的问题是:boot接收应用程序并写入flash后(通过memory browser导出观察应用程序已写入)无法正常跳转到应用程序,一旦上位机给复位信号,dsp就会在 0x3fee00到0x3fee04之间反复执行。
官方有提供一个SCI boot的例程不知道你是否有参考过?
C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2837xs\examples\cpu1\F2837xS_sci_flash_kernel