Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Timer Interrupt Handler   Message List  
Reply | Forward Message #5967 of 15019 |
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]





Wed Aug 1, 2001 1:18 pm

ztte@...
Send Email Send Email

Forward
Message #5967 of 15019 |
Expand Messages Author Sort by Date

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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Aug 3, 2001
3:46 pm

Thanks, I didn't know that ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
Vince 0x0f
vince_0x0f@...
Send Email
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. ...
ztte@...
Send Email
Aug 5, 2001
4:01 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help