Dmitry Zuikov wrote:
:
shouldn't you use #include "msp430x241x.h"

instead off

#include  "msp430x24x.h"

Because, you are using an MSP430F2418


I've tried to use both, the result is the same.

BTW, both of them do not include svs.h.

Hmm, are you using the most recent versions from CVS?:

$ grep SVS *
msp430x15x.h:#define __MSP430_HAS_SVS__
msp430x16x.h:#define __MSP430_HAS_SVS__
msp430x241x.h:#define __MSP430_HAS_SVS__
msp430x24x.h:#define __MSP430_HAS_SVS__
msp430x24x1.h:#define __MSP430_HAS_SVS__
msp430x261x.h:#define __MSP430_HAS_SVS__
msp430x41x.h:#define __MSP430_HAS_SVS__
msp430x42x.h:#define __MSP430_HAS_SVS__
msp430x43x.h:#define __MSP430_HAS_SVS__
msp430x44x.h:#define __MSP430_HAS_SVS__
msp430x47xx.h:#define __MSP430_HAS_SVS__
msp430xE42x.h:#define __MSP430_HAS_SVS__
msp430xG43x.h:#define __MSP430_HAS_SVS__
msp430xG461x.h:#define __MSP430_HAS_SVS__
msp430xW42x.h:#define __MSP430_HAS_SVS__

Not sure, if this will really solve your actual problem though.

Hardy

Reply via email to