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.

CCS: ISR code composer msp432



Tool/software: Code Composer Studio

Hello,

I am trying to set an interrupt to msp432p401r but I google it for hours and I cannot find a proper example. (I found for msp430 but from some posts it seems that the sintax is different for 432).

I understand how interrupts works, but i don't know how to set them using Code Composer Cloud.

Can someone guide me or show me an example? 

I want to turn on a led , let's say P2.4 (set as OUTPUT) after I get a signal from P3.3 (set as INPUT).

My initial program was using IF ELSE structure and it's working, but i need INTERRUPTS to break that cicle when i have signal on P3.3

Thanks!

**Attention** This is a public forum