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汇编语言中断

Other Parts Discussed in Thread: TMS320F28335

我在使用TMS320F28335,使用的汇编语言,请问该如何初始话PIE table?是否是先写一个文件,定义地址如:

INT1_1   .set    0x0D40然后把中断服务程序地址写到这个空间里:

EALLOW

mov @INT1_1,#ADC_ISR

可是调试不通,跳不进中断服务程序,请问汇编语言中断到底该如何设置