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.

如何进入CLA程序进行调试呢?



我下载的28035例程,DSP2803x_examples\cla_adc,我想问下如何进入到CLA.ASM函数中进行单步调试呢,请大侠们指点迷津。我应用的ccs3.3升级版。

这个例程中:

// This interrupt occurs when CLA Task 2 completes
interrupt void cla1_isr2()
{
AdcRegs.ADCINTFLGCLR.bit.ADCINT2 = 1; // Clear ADCINT2 flag reinitialize for next SOC
PieCtrlRegs.PIEACK.all = 0xFFFF;
}

是不是在ADCIN2中断发生时就会进入CLA.asm程序?