MC13213 IRQ Interrupt Trigger (Beekit)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MC13213 IRQ Interrupt Trigger (Beekit)

1,532件の閲覧回数
snaeth
Contributor I
1
ラベル(1)
0 件の賞賛
返信
1 返信

635件の閲覧回数
rocco
Senior Contributor II
Hi, Steve:

It could be a number of things. The first thing that comes to mind is that interrupts may have been disabled prior to the "wait" instruction. Besides waiting, the "wait" instruction also enables interrupts. Try replacing it with a "cli" instruction.

Also keep in mind that the "wait" only waits until an interrupt occurs, and will continue with your code after any ISR completes. So it may not be necessary to remove it.
0 件の賞賛
返信