Squidge
Certified Guru
Just wondering if it's possible to have some of IRQ handlers (maybe even the FIQ handler) pointing to my own code instead of the GP32's BIOS code? Every other Microcontroller I've used has had the interrupt routine addresses embedded in the flash code, so they can't be changed unless the main controller is reflashed. Since the main flash in the gp32 is used for the bios, I'm wondering if the ARM processor can change the interrupt handlers on the fly, as I really don't want to keep flashing the processor just to change the interrupt vectors.