Hello,
I am trying to run sample codes for my MSP430F4270 device. I have been writing and running my code using IAR Kickstart version on simulator mode with no problem. However, when I am trying to debug the code on the device by using the USB debugger interface, I get the following error:
Tue Dec 07 16:25:12 2010: Failed to initialize device.
Tue Dec 07 16:25:15 2010: Failed to load debugee: C:\Program Files\IAR Systems\Embedded Workbench 4.0\430\FET_examples\msp430x4xx\C-source\Debug\Exe\101207.d43
This is the same even I try with the sample "Flashing the led example".
Steps Needed to Recreate Problem:
-Create a project on IAR Kickstart free edition which comes with the CD -Connect the UIF and the device -Select your device on IAR -> Project->Options->General Options -Select IAR -> Project->Options->Debugger->"simulator" -Debug the program >> No errors. -Stop debugging and select "USB Interface" on Project->Options->Debugger -Debug the program >> This error is displayed: "FATAL ERROR Failed to initialize the device. Session aborted"
I cannot make any progress without fixing this problem. Any help is appreciated!