All:
I have the C5505 running at 65.536 MHz, with DSP-BIOS (5.41.11.38), which by default uses general purpose timer 0 and generates a clock tick every 1 millisecond.
Can GP timer 1 be used as well?
If I want to generate an interrupt, how do I do this if general purpose timer 0 is being used by DSP-BIOS?
I need to generate an interrupt every 8.33 msec. With gp timer 1, it looks like I can do that if I set the prescale to 5 and timer period of 109225. However, I am unsure of how to set up the interrupt, because it looks like it is also shared with the timer 0 Bios interrupt. Do I create a new interrupt service routine that distinguishes between a BIOS interrupt and the timer 1 interrupt?