Hi,
I'm designing software to run on a ez5535 board under BIOS. I need to use a Timer in my system and am confused about how timers are managed under BIOS 5.x. In section 2.4 of the TMS320C55X BIOS 5.x API document SPRU404P (CLK_Module), there is no reference to the C5535 part - how do know what timer resource BIOS reserves?
Is there a specific version of BIOS that should be used with the C5535x device?
The interrupt chapter of the 5535 technical reference document (SPRUH87C) (section 1.6), indicates the TINT interrupt vector at location 0x20, and also shows an RTOS interrupt vector at location 0xD0. What is the RTOS interrupt?
The tech ref documentation indicates that a single interrupt is shared amongst all Timers.If BIOS reserves a timer, I assume it owns the HWI interrupt handler that determines which Timer caused the interrupt and then makes the call to the appropriate ISR.. How do I "plug-in" my HWI handler for the Timer I want to use?
Thanks,
Jim