Hi all,
Not sure if this is an Energia issue or a Arm limitation or a .... But I'm trying to enable interrupts on 7 pins. Im using Energia's attachInterrupt and everything works almost...when I test things out one pin always seems to not cause an interrupt. It seems the last pin I enable an interrupt on will not work. Which pin is immaterial, I can change the order and its always the last pin. The other thing that happens is after a bit, it does not mater which pin that causes the interrupt it always goes to the same handler.
I figure maybe there is a limitation on how many interrupts c