Other Parts Discussed in Thread: MSP430F2272
Goodmorning,
I'm developing a software to program 8 MSP430F2272 in parallel.
I'm using VB.NET language and the MSP-GANG.dll.
The configuratio, creation and use of the image to program the devices work correctly, also the program and the verification, but when I try to use the "MSPGANG_GetProgressStatus", to check witch device go in fail, my application loops to infinite without returning any answer.
In my application I have declared the function as...
Declare Function MSPGANG_GetProgressStatus Lib "MSP-GANG.dll" (ByRef lpData() As Object) As Integer
and when I want to use the function, my call at the function is...
GANG_Status = MSPGANG_GetProgressStatus(ProgressStatus)
where Gang_Status is...
Public GANG_Status As Short
and ProgressStatus is...
Dim ProgressStatus(50) As Object
Where I'm doing wrong? It's the only command that doesn't work.
Have someone any solution to my problem?
There's a know problem about this function inside the DLL? I'm using the 1.1.3.0 version.
I'm waiting your answer ASAP because I'm stopped with my work.
Thanks in advance for your cooperetion.
Best regards,
Davide.