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.

28335 的boot.asm

Other Parts Discussed in Thread: TMS320F28335

你好,我正在学习TMS320F28335的启动过程,我想知道这个过程中每一段代码都在存储器的那个位置执行,对此有些问题。我采用的是FLASH的引导模式。

上电——复位——initboot——codestart——wd_disable——copy_sections——_c_int00——main

在这个过程中,codestart、wd_disable、copy_sections的代码应该是都在FLASH中有一段具体存放位置,那包含_c_int00的boot.asm文件又是在哪运行呢?我查看了一下CMD文件,也没看到boot或者_c_int00到底放在哪一段。