Recent content by light0

  1. L

    GP32 Timer4 Interrupt

    // timers volatile long* tcfg0 = (long*)0x15100000; // config the two 8 bit prescalers volatile long* tcfg1 = (long*)0x15100004; // config volatile long* tcon = (long*)0x15100008; // control volatile long* tcntb0 = (long*)0x1510000c; // count volatile long* tcmpb0 = (long*)0x15100010...
  2. L

    GP32 Timer4 Interrupt

    magic eyes PDF ?
  3. L

    GP32 Timer4 Interrupt

    Could someone let me know how often the: void __irq timer4Int(void) { } Will be executed each second? Ie how many times will the above function be called each second? Presumably this might depend on my clock speed? This is how my timer4 interrupt is setup: void installTimer4(...
  4. L

    GP32 Gp32 Official Sdk

    Hey, I have been unable to download the official SDK from www.gamepark.com. I wonder if I'm right in thinking that the link provided on that website is not working? So where can I get a copy of the official SDK? Could someone maybe host it for me please?
Back