gpt4 book ai didi

c - 当前在任何任务或另一个 ISR 中的 RTOS 中发生中断时会发生什么情况?

转载 作者:太空宇宙 更新时间:2023-11-04 06:16:42 24 4
gpt4 key购买 nike

我读过这个question ,当一个中断正在执行时,这不是一个有效的答案,它不会始终禁用所有其他中断。它基于中断类型(在某些情况下我们需要在我们的程序中手动执行)。

My Question is what happens when a interrupt occurs while executing a interrupt ??? If Low priority interrupt is executing then High priority interrupt occurs the what will happen ?

最佳答案

这取决于系统。如果微 Controller /中断 Controller 支持嵌套中断并且应用程序启用该功能,则优先级较高的中断将中断优先级较低的中断。在这种情况下,低优先级中断将在高优先级中断完成时恢复。但如果系统不支持嵌套中断,则后续中断请求将挂起并在主动中断服务程序完成时得到服务。

关于c - 当前在任何任务或另一个 ISR 中的 RTOS 中发生中断时会发生什么情况?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44127830/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com