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.

"Interrupt mapped to selected timer is already in use"

I get this message when trying to change Timer Selection from Timer1 to Timer0 in the Clock Manager Properties. 

What mapped interrupt?  Where is the conflict?

  • Kurt,

    If I just create a C6748 clk test example and then change the timer selection to Timer selection, I don't get any errors.  I do see that the interrupt that is mapped changes to HWI_INT14.  If the CPU interrupt is being used by something else, then that would trigger this error.

    You should look at what else in your configuration is grabbing the interrupt that you are trying to grab for the timer.  If you can't sort this out, you should attach your configuration file to this thread and perhaps we could lend a hand.

    Dave

  • Problem was that the error was ambiguous.  I was using HWI_INT14.  I have moved it to another HWI.  Now that I understand the problem it is easy enough to fix.