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.

关于DSP/BIOS的问题



目标芯片是F28335

 

现象:上电启动,通过JTAG Load program然后运行,程序运行过main和一些HWI、SWI、PRD、TSK后,就直接死在 FXN_F_selfLoop() 里面

 

Halt然后Reload program,DSP/BIOS成功运行,执行调度什么的都很正常

 

既然Reload后正常运行,那应该跟程序就没有关系了

 

一开始以为跟外中断有关系,因为外部中断的引脚配置在main里面,但是把配置放到PRD或者是TSK里面,情况依旧

 

如果跟BIOS有关,那么,为啥load program后也能进入HWI、TSK等线程?

 

有人知道么。。。