请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28032 您好专家,
当 CPU 响应多个中断源时、是否可以屏蔽高优先级响应操作?
或者我想实现 CPU 不能执行更高优先级的响应。
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.
您好专家,
当 CPU 响应多个中断源时、是否可以屏蔽高优先级响应操作?
或者我想实现 CPU 不能执行更高优先级的响应。
绍兴
这将与处理中断的硬件状态机不兼容。 对于自定义行为、用户将需要实施一个基于软件的优先级机制、这与嵌套中断的操作相似: https://software-dl.ti.com/C2000/docs/c28x_interrupt_nesting/html/index.html#adding-simple-software-prioritization-nesting
Tommy