MSP-169STK - How do I do the 1st debug?

MSP-169STK with MSP-JTAG on printer port using IAR kickstart - Builds OK, but trying to Debug gives message “Error - Security Fuse Blown”.

Any ideas? This equipment is new out of the box.

Is your “MSP-JTAG on printer portâ€

is your project set for Flash Emulation Tool? i.e. parallel port JTAG?

Tsvetan

Under [Project][Options…][Debugger][FET Debugger] Check “Attach to running target” and make sure the Connection section specifies LPT1 (or whatever is appropriate). Then uncheck “Attach to running target” for normal debug and download.

Note that the sample application uses #include “msp430x1x11x.h” - set this to your correct processor (msp430x16x.h for the 169).