Hi,
I would like to configure both timers, TIMER0 & TIMER1 in DSP/BIOS 5.41 on a C5505 DSP. There is a CLK-Clock Manager which allows for the setup of the DSP system clock, however we also require an independent timer that is activated deactivated occasionally and with a much smaller granularity (of the order of 100s of us rather than ms). So TIMER1 seems like a good contender as it is currently not used for anything.
DSP/BIOS graphic configuration does not appear to allow for the the setup and use of TIMER1 as straight-forward as for TIMER0, except that I see there is a function that may be called for TIMER1 etc. perhaps this could be use ?!? However, the configuration of TIMER1, does it need to be done manually using the CSL libraries etc. ?? Or can it be done in DSP/BIOS just like for TIMER0 system clock ??
Basically how can the TIMER1 be set-up and configured using DSP/BIOS 5.41 so that an ISR function is called periodically, say every 100us ? As I mentioned the other TIMER0 needs to work independently and has a lower granularity etc. so I cannot use it for the 100us interrupts.
Many thanks in advance for any info.
Regards, M MARIN