Other Parts Discussed in Thread: TMS320C5515
Hi,
I have a Spectrum Digital TMS320C5515 ezDSP on which I want to use timer interrupts using DSP/BIOS. However, my interrupt function is never called, even though the timer interrupt flags in IFR0 and TIAFR are set.
My Code is attached.
The timer part in the tcf file:
bios.CLK.TIMER1FUNC = prog.extern("f");
bios.CLK.TIMERSELECT = "Timer 1";
bios.CLK.CONFIGURETIMER = 0;
Thanks in advance