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.

28346外部flash启动工程的CMD文件



想问一下TI 的工程师,28346我想用外部flash(zone6)启动,即Jump to xintf16,那么这个烧写到外部flash的工程CMD文件应该如何写。

能给一个范例吗?

我烧写了一个点灯的例程,这个例程就是一个用于仿真测试从内部ram启动的例程,直接把它的.out文件通过烧写程序烧进去就能正常工作,不解。因为它的CMD文件里并没有指向0x100000的指令段。我的看法是如果从外部flash启动,那么是不是codestart得定位在0x100000处呀??