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.

C6713 bootloader失败



板子上电后,通过memory browser可以看到flash中的0x90000000~0x90000400的二级boot程序成功拷贝到dsp的RAM中的0x0~0x400,但是flash中0x90000400开始的目标程序没有拷贝到RAM中,打开CCS->connect, 没有load .out文件, 打开disassembly window反汇编窗口, 使PC指针从ram的0x0开始运行到0x400的二级boo程序,从memory中能看到目标程序成功从flash拷贝到ram中,并且从示波器中能看到目标程序运行成功,不知道为什么板子上电后二级boot自己没有将目标程序拷贝到RAM中