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.

TMS570LC4357: 关于在外部SDRAM运行bin文件的链接问题。

Part Number: TMS570LC4357

目前使用自己写的bootloader已经能够将程序(bin文件)加载到外部sdram中,但是关于中断向量 0x00 - 0x1c的加载和映射还有一些问题,因为不能够将中断向量单独放在flash原来的地址上,想询问一下有什么比较好的处理方式,程序是放在SPI flash中的,准备加载到sdram 0x8000 0000使用。格式为bin文件。

bin文件该如何链接?或者说有什么更好的处理方式?