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.

TMS320F28374S: 28374s boot程序无法跳转到应用程序

Part Number: TMS320F28374S
Other Parts Discussed in Thread: C2000WARE

使用TI提供的API做bootloader功能,由上位机通过SCI将boot程序传到dsp ram中,再用boot程序接收并且擦除flash,同时写入应用程序,最后上位机通过给reset脚(XRS脚)低电平来复位dsp

现在遇到的问题是:boot接收应用程序并写入flash后(通过memory browser导出观察应用程序已写入)无法正常跳转到应用程序,一旦上位机给复位信号,dsp就会在  0x3fee00到0x3fee04之间反复执行。