Am 07.07.2002 00:15:32, schrieb "Marc R. Wetzel" <[email protected]>: >I'm trying to use the kickstart-package and besides this, the tool from TI >named Prg_302w. >I'm using a prototyping board from olimex (MSP430F413) and their jtag >adapter. > >If I run the CSpy from IAR with the demo example I get a message saying >"Data present outside of FLASH region; data ignored" and the tool does not >work like
this means that you compiled for an other device with more flash than that one you have connected. you need to specify e.g. -mmcu=msp430x1121 when using gcc. i'll have a led example ready in a couple of minutes (with makefile &c). you will see it when you go on the mspgcc.sf.net page and browse the cvs. there is a "examples" module. (alternatively, check out "examples" if you know CVS). there will be an archive in the downlaods section too, but that will take some more time. chris
