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.

TMS320F28335: SYS/BIOS: Sys/Bios gives a compiler error when I try to assign either INT13 or INT14 to a HWI.

Guru 20035 points
Part Number: TMS320F28335
Other Parts Discussed in Thread: SYSBIOS

Hello,

Sys/Bios gives the following error when I try to assign INT13 to an HWI.

Description Resource Path Location Type
gmake: *** [build-805403903] Error 2 MS1050 C/C++ Problem
gmake: Target 'all' not remade because of errors. MS1050 C/C++ Problem
gmake[1]: *** [build-805403903-inproc] Error 1 MS1050 C/C++ Problem
Hwi 13 already in use (by &ti_sysbios_knl_Clock_doTick__I). app2.cfg /MS1050 ti.sysbios.family.c28.Hwi.Instance#2 XDCTools Configuration Marker
ti.sysbios.family.c28.Hwi.Instance#2 : Hwi 13 already in use (by &ti_sysbios_knl_Clock_doTick__I). .xdchelp /MS1050 line 264 C/C++ Problem

I thought INT14 was the only timer assigned to the RTOS.  Sys/Bios gives the following error If I assign INT14 to the HWI.

Description Resource Path Location Type
gmake: *** [build-805403903] Error 2 MS1050 C/C++ Problem
gmake: Target 'all' not remade because of errors. MS1050 C/C++ Problem
gmake[1]: *** [build-805403903-inproc] Error 1 MS1050 C/C++ Problem
Hwi 14 already in use (by &ti_sysbios_family_c28_TimestampProvider_rolloverFunc__E). app2.cfg /MS1050 ti.sysbios.family.c28.Hwi.Instance#2 XDCTools Configuration Marker
ti.sysbios.family.c28.Hwi.Instance#2 : Hwi 14 already in use (by &ti_sysbios_family_c28_TimestampProvider_rolloverFunc__E). .xdchelp /MS1050 line 264 C/C++ ProblemA

Am I allowed to use Timer 1 for an HWI?

Stephen