This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C5515 timer interrupt with DSP/BIOS

Other Parts Discussed in Thread: TMS320C5515Hi, 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