Part Number: MSP-FET
Other Parts Discussed in Thread: MSP430F2619, , UNIFLASH
My setup -
Win7/32bit , IAR7.122, MSP430f2619
MSP-FET /blackbox/ s/n 180300AF5
====
Board is working, uC programming is fine - when using older IAR EW with Olimex JTAG.
====
MSP-FET was "updated" and recovered , while i tryed it with older version of IAR.
Uniflash and CCS8 program uC without issues.
IAR 7.12.2 can read memory of uC via MSP-FET.
====
Problem :
- if Debuuging is started without erase/program - IAR enters into chip, shows(reads) memory correctly, but "step" causes loss of connection and session teminates;
- when Debugging is started with erase/program -Debugger tryes to write uC , green and red lights are on , red is flashing (short off) with 2-3 sec period. After 10-30 sec session terminates with debug log:
Wed Nov 28, 2018 10:26:53: IAR Embedded Workbench 7.12.2 (C:\Program Files\IAR Systems\Embedded Workbench 8.0\430\bin\430proc.dll)
Wed Nov 28, 2018 10:26:53: Using license:
Wed Nov 28, 2018 10:26:56: Firmware version 3.12.0.0
Wed Nov 28, 2018 10:26:56: Interface dll version 3.13.0.1
Wed Nov 28, 2018 10:26:56: Device : MSP430F2619
Wed Nov 28, 2018 10:26:56: External voltage : 3.5 V
Wed Nov 28, 2018 10:26:56: VCC voltage : 3.5 V
Wed Nov 28, 2018 10:27:09: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:13: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:18: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:22: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:26: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:30: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:38: Could not write device memory : (WriteMemory) , address=0x2120, buffer=#<0@B@@, count=0x153, WRITE
Wed Nov 28, 2018 10:27:38: Trying to initialize target failed
Wed Nov 28, 2018 10:27:39: Fatal error: Closing debug session Session aborted!
Wed Nov 28, 2018 10:27:39: Failed to load debugee: D:\ssoft\pcwei5_20feb\wei\Debug\Exe\n2419.d43
Wed Nov 28, 2018 10:27:40: IAR Embedded Workbench 7.12.2 (C:\Program Files\IAR Systems\Embedded Workbench 8.0\430\bin\430proc.dll)
What i should do?