Part Number:MSP430F2274
Tool/software: Starterware
I ended up putting two pins that need interrupts for a radio into pins 4 that apparently do not have interrupt capabilities on this IC. One option I have is to poll the pins to check when they go high, this is not ideal. I know that some micros I've used in the past have the ability to run a software defined interrupt routine on any pins. Do any of you fellow e2e masters know if I have to either jump 50 boards to that the interrupts are on the correct pins or should i use polling or is there another way? Basically I'm looking to see if there is a more elegant way to solve this problem on not having two pins I'd like run interrupt routines on.