Hello,
Why am I getting this interrupt (IR:RF0F) if the IE:RF0FE is set to 0?
I'm trying to figure this out by monitoring the IE register and it is changing from 0x3800000 to 0x3800001, the bit number 3 is not being set at anytime.
Best regards,
Cristiano Rodrigues
Hello @microcris
Thanks for your question.
The flag (IR:RF0F) is automatically set by the hardware and has no relation to the interrupt enable register IE:RF0FE. The IE register notifies the CPU to execute the interrupt handler. Regarding the change of IE bit 0 from 0 to 1, please debug the code to check where this bit is being modified.
Thank you.
BR
Alice