nobo...@web.de wrote:
The FW42x parts have been supported (and the support actually used) since last summer. That is why the timera1 is known during your compilation (although with a typo upsetting things) - timera1 was added to the headers specifically for the FW42x :-)

In my last mail i forgott that i do get the unknows without including any 
msp430*.h.
That solved the unknown MCU problem but with

#include    <msp430xW42x.h>

the FW427 ist unknown; i do get the error Fatal error: unknown MCU: msp430xW427

its usualy ok to:
#include <io.h>

and compile with -mmcu=msp430xW427 for compiling and linking

the io.h file detects the cpu and includes the appropriate header file.

chris

Reply via email to