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.

MSPM0G1107: Activate a pin as a External Interrupt

Part Number: MSPM0G1107

Tool/software:

Hi all, 

I'm new to Texas instrument microcontrollers and I would like to know how we can define a pin of MSPM0G1107TRHB as EXTI (external interrupt similar to ST microcontroller ) both hardware and software point of view. 

Thanks, 

  • Hi Milad,

    Usually, we configure a pin for an external interrupt by setting the pin you want to use to the specific module that needs an external interrupt (in that regard, I recommend reading the MSPM0G1107 datasheet to find which pin is connected to what module) and then changing a register value from that module to use the signal coming from that pin. You can find some examples of external interrupts in our SDK. 

    Best Regards,
    Diego Abad