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/MSP-EXP432P401R: Interrupt not being created

Part Number: MSP-EXP432P401R

Tool/software: Code Composer Studio

I have made edits to startup_msp432_ccs.c file and changed the defaultisr name to a custom name, but when I do this the interrupt function is not being created. I can look in assembly code and see that it sees that part of the program but in the disassembly views and the memory browser it is not there. I have tried manually linking the startup file to the project but I then get an error that Interruptvector has been declared multiple times. Do you know where I could remove all the instances the startup file is linked, or another way to fix this problem?

**Attention** This is a public forum