Other Parts Discussed in Thread: AM3359, SYSBIOS
Greetings!
I have a situation where, according to ROV, a HWI is enabled = false, but pending = true, even though the hardware is not driving the interrupt.
As a result, when the HWI is enabled, the interrupt is taken immediately.
How can I clear the pending status before enabling the HWI?
I tried Hwi_clearinterrupt(), but that did nothing. As a workaround, I put a trap in my ISR to catch and ignore the unwanted interrupt.
How can I determine programmaticly that the HWI is pending while it is still disabled?
BIOS: 6.34.03.19 for ARM
Hardware: AM3359 DMTimer4
Gerry Belanger