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をスケジュールする方法を理解したいと思います。
出来ますか?
スケジュールとはどういう意味ですか?ハードウェア割り込みをフックできます (ほとんどの場合、古いフックを保存して呼び出す必要があります)。HW 割り込みを手動でトリガーすることはできますが、それらを処理するときに結果が生じます。タイマーintの1つをフックしてスケジューリングメカニズムを実装できますが、知る限り「ISRをスケジュールする」ことはできません。