Other Parts Discussed in Thread: USB2ANY
Hi,
I am using the LMK03328 in my design and I like to automate its programming process.
I am trying to use the TICSpro for my automation process.
I have been trying to use Vbscript commands in order to operate the TICSPropro.
Currently I am using the following code (based on a reference the I have found in previous E2E threads):
"
Dim TICSProLoader
On Error Resume Next
Set TicsProLoader = CreateObject("TICSPro.ActiveX")
If Err Then
Clear TICSProObject
Else
Call TICSProLoader.Initialize("C:\Program Files (x86)\Texas Instruments\TICSpro")
TicsProLoader.SelectDevice "LMK03328"
End If
TICSProLoader.RestoreSetUp ("C:\Project\Config_LMK03328.tcs")
TICSProLoader.ReadAllRegiters
"
This piece of code does open the TICSpro GUI and it seems that it selects the LMK03328 device and restores the configuration file
but it seems the it does not connect the TICSPro to the USB2ANY,
It seems as if the TICspro is stuck on demo-mode and I can't change this state (using the GUI).
When I open the TICSrpo manually, without using the script (i.e. by double clicking on the its desktop icon) it seems to work correctly
(USB2ANY is connected and I able to program the device)
I am using windows7
Please your advise
Best regards,
Moshe Marcu
