这个问题真不想再回答了.dsp2812上电默认是开内部看门狗的. 所以上来先关看门狗就好了.
添加DSP281x_CodeStartBranch.asm到工程中.
;//###########################################################################
;//
;// FILE: DSP281x_CodeStartBranch.asm
;//
;// TITLE: Branch for redirecting code execution after boot.
;//
;//###########################################################################
;//
;// Ver | dd mmm yyyy | Who | Description of changes
;// =====|=============|======|===============================================
;// 1.00| 11 Sep 03 | L.H. | Updated based on D.A source to allow
;// | | | disabling the watchdog before branching to
;// | | | the C init routine. This is useful if the
;// | | | watchdog is timing out before main() is reached.
;//###########################################################################