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.

DSP 5517的SPI bootloader实现问题,急!!!

Other Parts Discussed in Thread: TMS320C5517

刚刚也接触5517,资料不全,好多问题。

1 bootloader的镜像文件的偏移地址怎们设定?查资料说是可以通过hex55 boot.cmd.  boot.cmd编写包括-bootorg value,但是总是报错。

2 boot.cmd的编写,按照ti提供文档,生成.bin文件,可以这样可以吗?还有就是,该cmd文件中寄存器的配置,在什么时候是不行的?

 -boot ;option to create a boot table

-v5505 ;use C55x boot table format for TMS320C5517
-serial8 ;boot mode is 8-bit standard serial boot
-b ;desired output format is binary format
-o my_app.bin ;specify the output filename
my_app.out ;specify the input file

3 我的程序大小大概是80k,直接SPI加载可以吗?需不需要二次加载

4 能否提供一些SPI bootloader资料,例程,谢谢

5 还有就是为什么我的程序loader进ram运行,但是执行CPU  reset就报 No source available for 0x00ff728?