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.

ISR assigned to same interrupt vector

Other Parts Discussed in Thread: MSP430F5529, CC1100

Hi,

I am new to CCS and MSP430.  I copied CC1100 example code to MSP430F5529 User Experience source code.  The project compiles cleanly, but the linker complains about "program will not fit into available memory.  placement with alignment fails for section ".int42" size 0x4.

Available memory ranges:

INT42    size:0x2  unused: 0x2 max hole: 0x2

I checked the map file and it shows:

.int42     0    00000000    00000004     FAILED TO ALLOCATE
.int47     0    00000000    00000004     FAILED TO ALLOCATE

How do I easily find two ISRs assigned to same interrupt vector?

Regards,

Ed

**Attention** This is a public forum