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.

Compiler/MSP430F1471: Issue with declaration interruption routine

Part Number: MSP430F1471

Tool/software: TI C/C++ Compiler

I am making a program for two msp to communicate with each other. The problem comes when I need to use the same interrupt in both msp, when I try to declare this interrupt in the ISR_PORT1 vector. When the program detects what type of msp and executes the code that corresponds to it, it gives me a conflict related to the duplicate declaration of the same interrupt but I don't understand what I'm doing wrong.

How can I declare this same interrupt with the same vector in each of the msp separately?

**Attention** This is a public forum