HomeForumsWhat's newResources 
 
 
interrupt status register
Guillaume - Aug 2, 2004
 Guillaume Aug 2, 2004
I need to implement the SCU interrupt status register, but the this register is under documented. I know that you can't write to it (according to the SCU final specifications), but I don't know what it should return when it is read.

If I understand the SCU manual, it should tell if an interrupt occurs, but what happen if the interrupt is masked and when did the value is reset?

 Runik Aug 2, 2004
To me the bit of the currently executed interrupt is raised here, so it won't be set if the interrupt is masked ...

 Guillaume Aug 3, 2004

  
	
	
Originally posted by Runik@Aug 2, 2004 @ 04:17 PM

... the currently executed interrupt ...


Does the value of the register is cleared after the interrupt execution?

 Runik Aug 3, 2004
Yes, otherwise it'll fastly become messy