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?