Other Parts Discussed in Thread: TMS320F2812
Hello all,
I am presently trying to re-establish a software testing environment for one of our legacy programs and have an issue using CCS Scripting Utility automation with Visual Basic.
The test environment is as follows:
- Windows 10 64-bit
- Visual Studio 2019 with .NET Framework 4.0 / 3.5
- CCS v3.3.83.20 (legacy tool used for TMS320F2812 DSP)
- XDS510 USB Debugger with Spectrum Digital 64-bit drivers
- Test procedure written in VB which interfaces to CCS using CCS Scripting Utility 1.5
The original environment consisted of WinXP 32-bit, Visual Basic 2008, .Net Framework 3.5, CCS v3.3.38. Because of some project constraints we could only upgrade to CCS v3.3.83.20. Everything works fine when directly working with CCS v3.3.38 GUI.
The problem I face is that some commands used in the original CCS Scripting Utility interface written in VB does not return after the execution. For example when I execute BreakpointSetAddress() it never returns. When I stop execution and check directly in CCS GUI, I can see that the expected breakpoint is set. Similar behaviour is seen with other commands like SymbolLoad(). Some other commands like CCSOpen(), TargetConnect(), TargetRunAsynch() etc. runs just fine.
Has anyone faced a similar situation or has any suggestions? The tools were installed from an admin account and I am also running it with an elevated privillege account provided by our IT dept. I tried the search forum option but could not find any similar issued raised before.
Appreciate any help. Thanks!