How do you setup a Timer Interrupt Handler on the GBA? I am having problems getting it to work. Thanks [Non-text portions of this message have been removed]...
Travis Estrada
ztte@...
Aug 1, 2001 4:49 pm
What I did was add some code to my crt0.s for the irq handler. You must write it in ARM code (.arm or .code 32). I'm not sure if you have to save/restore...
Jeff Slutter
jeff@...
Aug 1, 2001 9:44 pm
... You don't, the compiler has 3 seperate sets of registers for system, irq, and swi modes. I'm not sure of the details, but I am pretty sure that your irq...
Jason Wilkins
fenix@...
Aug 2, 2001 12:21 am
As others have said: This is FIRQ mode you're thinking about, which is unused on a regular GBA. There is a R14_irq and an R13_irq, but R0 - R12 are the user...
Eddie Edwards
eddie@...
Aug 3, 2001 1:17 pm
... Now, that totally rulz! ^_^ Thanks for the info, I never would have thought of it (guess I'm not sneaky enough)....
Jason Wilkins
fenix@...
Aug 5, 2001 3:58 pm
Hello Jason, Friday, August 03, 2001, 10:26:36 PM, you wrote: ... JW> Now, that totally rulz! ^_^ Thanks for the info, I never would have JW> thought of it...
groepaz
groepaz@...
Aug 5, 2001 9:15 pm
Hi Banked registers have their own instance for every cpu-mode (system & user having the same non-banked regs. Upon entering an interrupt: - the link register...
Vince 0x0f
vince_0x0f@...
Aug 2, 2001 3:02 pm
... When will your interrupt be an FIQ on the GBA? Aren't all the hardware interrupts IRQ?...
Thomas
sorcererxiii@...
Aug 2, 2001 6:17 pm
Hello Thomas, Thursday, August 02, 2001, 7:56:30 PM, you wrote: ... T> When will your interrupt be an FIQ on the GBA? Aren't all the T> hardware interrupts...
groepaz
groepaz@...
Aug 2, 2001 8:53 pm
... Yeah, thanks. I read that, but it got distorted. I rely on my memory being better than that, I must be getting old......
Jason Wilkins
fenix@...
Aug 3, 2001 3:46 pm
Thanks, I didn't know that ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
Vince 0x0f
vince_0x0f@...
Aug 2, 2001 9:54 pm
How to you setup an irq to run your code when an interrupt occurs does anyone has an example of this? Thanks ... This message was sent using TSTT Webmail. ...