using olimex jtag with iar kickstart

Hello,

I am starting with the MSP430f449 and using the IAR kickstart workbench.

I have written a simple program to start in assembler and did the simulation on my computer

Until here everything works fine.

Now I a try to download the program in the MSP430f449 (Olimex development STK2 board) using a JTAG cable (Olimex compatible for IAR kickstart).

I don’t find in the IAR workbench where I can download the program into the STK2 board, who can help me with this?

:oops:

Thanks

Patrick

In the IAR Kickstart:-

1.) Click Project>>Options (Alt+F7)

2.) Select Debugger under the Category option

3.) Under the Stup tab, choose FET Debugger for a Driver, rather than Simulator.

4.) Plug in the JTAG onto the target and click Debug, it will load the hex onto the target.

HTH

Jay