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.

AM2634: AM2634如何实现中断嵌套

Part Number: AM2634

AM2634是否支持中断重入?是否有demo/手册来示例如何配置:

实现的效果:如以下代码

void epwm_interrupt_function(void *handle)

{

        / /do some tasks

         while(1)

        {

         }

}

中断重入后,在debug下while(1)前打断点,可以看到代码可以多次停在断点