Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3507
I have set 2 gpio's as input.(PA18,PB21) and set them to interrupt on falling edge. The GPIO_input_capture example provided shows how to use a single interrupt. I would like to do the same thing with 2 interrupts. Could an explanation also be given to what exactly is happening in the example provided and what else should I add to the below code for the 2nd interrupt(couldn't find any related interrupt docs in trm). What I am trying is to turn on the led by first interrupt and off by the second interrupt. And in the example it seems that the input pin(where the interrupt occurs) is internally pulled up. I can't understand where in the code or sysconfig a internal pull up is given?