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.

ccs6.0调试编译通过了 但是程序跑飞不能进入主函数



观察到例程的boot过程  和我自己新建的工程  am3359boot过程不同  例程是inti.asm  starup.c 这两个文件给cpu boot  ,而我自己新建的工程使用的却是boot.asm   后者的说明中是tms470的boot文件   ,我工程创建的也是根据说明创建的   为什么出现这种情况   ?有没有办法改动编译器使用的boot文件呢?使其和例程的boot过程相同?