This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I use CCS scripting 1.5 using VBA excel docs to automate some of the Unit testing activity.
(CCS version:-3.2.39.5 in ARM7 big endian simulator mode)
I tried using GEL sctripting to some extent and dropped since TI recommends new CCS scripting for flexibility.
I have come across few issues/concerns which i would like to share and need your help.
I used some of the example scripts under this path
C:\CCStudio_v3.2\bin\utilities\ccs_scripting\examples\vba to load the .out file and run/reset/halt....etc..etc
However , some functions throws out error like these
Issue1:->
When I try to read a union element using
MyCCScripting.SymbolGetAddress(sVar_Name) function.
Please let me know if I pass a array element specifically,will I be able to get the address back?
Issue2:->
Call MyCCScripting.BreakpointRemoveAll is not clearing all the breakpoints .
After I shut down CCS debugger and run my VBA script from beginning,executing the above statement,i see previously set breakpoint enabled.
Issue3:-> Excel program hangs if I repeat setting the same breakpoint in VBA script.I never get the control back,screen hangs,entire display gets corrupted untill I shutdwon CCS an excel engine.
I have also requested TI support for the same issues. however its too early to get their response
I hope this could be of some help and a staring point for beginners who wants to explore about CCS scripting .
Please list any real issues like this so that we could discuss and resolve them .....
LaZee...