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.

SYS/BIOS Timers

Other Parts Discussed in Thread: SYSBIOS

I have set up a timer in SYS/BIOS which periodically calls a function (mytimer0) in my code.   This seems to work well, but when I create a new timer to call another function (mytimer1) I get an error that says "HWI 14 already in use by (by &mytimer0)".  Can I use two different timers using the Timer Manager?  If So how can I set up two timers in SYS/BIOS without getting an error like this?