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.
如题,编写的程序没问题,只是想弄清楚,因为ADC的中断和定时器的中断都添加了#pragma CODE_SECTION(adc_isr,"ramfuncs"),这一句我明白,但是是不是由于DSP28x_usDelay中有.def _DSP28x_usDelay .sect "ramfuncs"这两句,意思就是该函数本身定义在ram中,所以不用添加标题中的那句话