Other Parts Discussed in Thread: MSP430F427
Tool/software:
I am using the MSP-GANG dll to program and write IDs to the MSP430 F427 device. I am able to connect, erase and program the target but when I try to enter interactive mode with Interactive_Open_Target_Device I get Err 23 TARGET_DEV_INIT_ERR. I am trying the SetGangBuffer() and Interactive_Copy_GANG_Buffer_to_FLASH() to write the ID and then Interactive_ReadBytes() to read and verify the ID is written correctly. I am unabel to get to these steps however as Err 63 -(Target not Open) is shown due to previous error. For context, I am creating a C# application to be used within a .NET module in TestStand 2019, and connecting to the target device with JTAG.
How can I resolve this issue (i.e. Do I need to set certain configs before sending Open target?)/can I use another method to write and read from the ID location.


