MSP440 ASM PROBLEM

TSVETAN and ALL,

I run the MSP430 EXAMPLE and source code from 449STK and got the similar problems this is the one:

Making target Debug…

fet440_adc12_TempSens.s43

Linking…

Error[e16]: Segment INTVEC (size: 0x20 align: 0x1) is too long for segment definition. At least 0x12 more bytes needed. The problem occurred while processing the segment placement command “-Z(CODE)INTVEC=FFE0-FFFF”, where at the moment of placement the available memory ranges were “ffe0-ffed,fff0-fffd”

Total number of errors: 1

Total number of warnings: 0

How to solve this problem?

Thank you for any kind of help and information.

Darmawan/Indonesia

Hi,

your project file is not configured as needed - I suppose linker include files are missing

tip: use existing 449 project and just add your .s43 code

Best regards

Tsvetan