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.

TMS570LS3137 keil 调试时每次都跳转到undefentry sys_intvecs.asm

Other Parts Discussed in Thread: HALCOGEN, TMS570LS1224

第一次移植到keil下  使用的是一个简单的gio 的工程,通过HAL生成的(只够选GIO)移植到keil下但是每次程序都跳转到 undefentry  sys_intvecs.asm  查阅官方的资料查了一天了实在没法解决,本人是新手望各位帮我解决哈! 谢谢了

;-------------------------------------------------------------------------------
; interrupt vectors

resetEntry
    b _c_int00
undefEntry
    b undefEntry
svcEntry
    b svcEntry
prefetchEntry
    b prefetchEntry
    b _dabort
    b phantomInterrupt
    ldr pc,[pc,#-0x1b0]
    ldr pc,[pc,#-0x1b0]

 每次跳到上面的undefentry中。