Folks,
I'm developing on DSP c5504 with CCS3.3 and Bios 5 .
Timer0 is declered in my project as 1 milisec CLK ( *.tcnf)
I need to use another HW timer with a 1 microsec resolution . since tcnf allowed only one resolution to Timer0, Timer1 and timer2 I have to implement it using CSL .
I have few questions:
1) I tried to run timer1.prj located in the ccs3.3 example but it doesn't work. have someone tried it before?
2) tcnf using HWI_INT4 for Timer0. which I assuming i the same for Timer1 and Timer2 but I can't change the interrupt service routine implementation .
3) Is there any other examples for implementing the HW timer interrupts?
your help is more than appreciated ,