This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IAR EW 4.21 not working .Failed to load debugee: E:\project\code\msp430\sample\FDSAF\Debug\Exe\FDS.d43

Other Parts Discussed in Thread: MSP430F4152, MSP-TS430PM64

i m working on msp430f4152. i was trying a sample led blink program.

#include "msp430x41x2.h"
void main()
{
WDTCTL=WDTPW+WDTHOLD;
int i=0;
P4DIR=0xFF;
while(1)
{
for(i=0;i<9999;i++);
P4OUT^=0xFF;
}
}
/==================================

The problem starts when i try to program the target board. I'm using a MSP-TS430M64 board. i 've tried the same code from Ver . 6 , 5.4 and now 4.2  of IAR. i ve tried is also woth 3 different debuggersand also tried changing the firmware from v3 to v2 . still the same results . the drivers are properly installed as i can find the device in the device manager . . All report the same problem of

Sun Mar 11 07:52:33 2012: Failed to load debugee: E:\project\code\msp430\sample\FDSAF\Debug\Exe\FDS.d43

Though the launchpad gets programmed just fine.

Once the debugger fails to download , both the power and mode led's on the debugger are always on. It did program before as my friends used it in programming for ADC .

i 'm using win 7 32 home premium version . Please let me know if the something can be done .


**Attention** This is a public forum