Hello,
I am trying to use the ADC of the AM3359 on the ICE Board. Using HW interrupt (with sysbios) to get the ADC Value.
Getting the ADC Interrupt End of sequence is working well. I think I also delete it (the Register IRQStatus & IRQStatus_Raw are == 0).
But the problem is, that even if this register are zero. SysBios continue to reenter in the HWI-Task (the with the Interrupt Register set to 0).
Do I need to clear something else? Why does it reenter in this HWI even if the register is ==0
Best regards