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.
我更改 了 sw_prioritized_isr_levels.h 头文件中的优先级、但没有任何效果。
尊敬的 Abhinav:
您只想让 ePWM 中断具有更高的优先级吗(如果 CPU 从中断返回并且 ePWM 和 ADC 中断都处于挂起状态、 或者、如果 ADC 和 ePWM 中断同时到达、ePWM 将具有优先级)、或者您是否还希望发生中断嵌套(如果 ADC ISR 正在执行且 ePWM ISR 请求到达、ePWM 中断将立即执行、然后在完成后返回到 ADC ISR)?
如果希望出现嵌套、则需要按照本指南中的其他步骤操作: https://software-dl.ti.com/C2000/docs/c28x_interrupt_nesting/html/index.html
感谢 Devin 的支持。 我想执行嵌套。 以上文档对我们有很大帮助。
尊敬的 Abhinav:
很棒! 如果您遇到其他问题、请告知我们。