Other Parts Discussed in Thread: SYSBIOS
请问sysbios程序固化时,out文件生成dat或者bion的工具是什么,我用裸机的工具生成的dat文件下载进去程序启动不起来,查了下,生成的dat代码段不全,还有sysbios怎么将特定的代码指定到ddr中某段地址?
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.
请问sysbios程序固化时,out文件生成dat或者bion的工具是什么,我用裸机的工具生成的dat文件下载进去程序启动不起来,查了下,生成的dat代码段不全,还有sysbios怎么将特定的代码指定到ddr中某段地址?
请问sysbios程序固化时,out文件生成dat或者bion的工具是什么,
请参考下面文档里的boot例程,例程里有具体的说明文档。
2 Direct Boot Examples (without IBL)
https://www.ti.com/lit/an/spracn2/spracn2.pdf
还有sysbios怎么将特定的代码指定到ddr中某段地址?
可以用#pragma CODE_SECTION (symbol , "section name ") 来定义特定的代码,然后到cmd文件里把这个段分配到ddr中具体的地址。
https://www.ti.com/lit/ug/sprui04b/sprui04b.pdf