Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想弄清楚如何在正常的 win32 架构(不是 Windows CE!)上安排真正的ISR
可能吗?
你说的时间表是什么意思?您可以挂钩硬件中断(在大多数情况下,您应该保存并调用旧挂钩);您可以手动触发硬件中断 - 但在处理这些中断时会产生后果;您可以挂钩其中一个计时器 int,并实现调度机制,但 AFAIK 您不能“调度 ISR”。