I am using IAR Embedded Workbench for Texas Instruments MSP430, 8K KickStart Edition 6.3.
The code is 100% assembler for an MSP430G2210.
I can successfully download the Debug output file (.d43) to the target. The code runs well.
I am not able to download either Release output file (.r43 or .txt) to the target.
Below are the logs for the two cases.
When downloading Debug version to target:
Mon Aug 17, 2015 14:42:39: Using license: Standalone license - IAR Embedded Workbench for Texas Instruments MSP430, 8K KickStart Edition 6.30
Mon Aug 17, 2015 14:42:40: Firmware version 3.5.0.1
Mon Aug 17, 2015 14:42:40: Interface dll version 3.5.0.1
Mon Aug 17, 2015 14:42:41: Device : F20x1_G2x0x_G2x1x
Mon Aug 17, 2015 14:42:41: External voltage : 0.0 V
Mon Aug 17, 2015 14:42:41: VCC voltage : 3.3 V
Mon Aug 17, 2015 14:42:44: Verify download : no errors found
Mon Aug 17, 2015 14:42:44: Download completed and verification successful.
Mon Aug 17, 2015 14:42:44: Loaded debugee: C:\Program Files\IAR Systems\Embedded Workbench 7.2\Projects\Wifi_Camera\Debug\Exe\Wifi_Camera.d43
Mon Aug 17, 2015 14:42:45: Target reset
Mon Aug 17, 2015 14:42:45: No state storage buffer implemented on connected device : (EEMSetVariableWatch)
When downloading Release version to target:
Mon Aug 17, 2015 14:41:06: Using license: Standalone license - IAR Embedded Workbench for Texas Instruments MSP430, 8K KickStart Edition 6.30
Mon Aug 17, 2015 14:41:07: Firmware version 3.5.0.1
Mon Aug 17, 2015 14:41:07: Interface dll version 3.5.0.1
Mon Aug 17, 2015 14:41:08: Device : F20x1_G2x0x_G2x1x
Mon Aug 17, 2015 14:41:08: External voltage : 0.0 V
Mon Aug 17, 2015 14:41:08: VCC voltage : 3.3 V
Mon Aug 17, 2015 14:41:08: Failed to load flash loader: C:\Program Files\IAR Systems\Embedded Workbench 7.2\Projects\Wifi_Camera\Release\Exe\Wifi_Camera.txt
Mon Aug 17, 2015 14:41:08: No state storage buffer implemented on connected device : (EEMSetVariableWatch)
Does the free KickStart version not allow a Release version to be downloaded?
Also, all of the selections under Emulator are greyed out so I am not able to 'blow the fuse'.
Thanks for your assistance.
Doug