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.

TMS320C6678: SYS/BIOS启动过程

Part Number: TMS320C6678


ti专家你好:

         关于DSP6678 sys/bios系统启动过程,他的启动过程下面这张图,我在我的.cfg文件中加载这样一句话Startup.resetFxns.$add('&board_init');  (函数board_init里面初始化了主频和ddr)

         我想问下ti专家这句话也就是代表的我在main函数前面初始化主频和ddr对吗?

        但是我把程序烧到flash中,看状态程序其实是没有启动起来的,我想问下ti专家下面这三句话到底怎么去使用他才能在main函数前初始化主频和ddr呢?

       Startup.firstFxns.$add('&board_init');Startup.resetFxns.$add('&board_init');  Startup.lastFxns.$add('&board_init');