Dick Ivers
- 14th November 2015, 17:05
Hi,
I have one interrupt working but now would like to enable a second. The first one is a Timer2 match interrupt. The Pic is a 16f1829. I use other Pics in this same family as well. They all operate with automatic context saving so I write my interrupt handlers in assembly. When I add a second INTHAND I get an error message "duplicate handler". Maybe this should not be a big surprise. In any case, are there suggestions?
I have one interrupt working but now would like to enable a second. The first one is a Timer2 match interrupt. The Pic is a 16f1829. I use other Pics in this same family as well. They all operate with automatic context saving so I write my interrupt handlers in assembly. When I add a second INTHAND I get an error message "duplicate handler". Maybe this should not be a big surprise. In any case, are there suggestions?