Hi!
I would like to use CCStudio Scripting interface for testing, testing with simulator and testing with emulator.
I use this interface throug Perl.
There is a function, that can determine the start position in the memory of a symbol.
- If the symbol means a simple variable (scalar) it works correct.
- If the symbol means an array with simple type than it works correct with address calculation.
- But if the symbol means structure or class and etc... than I can not use it, because I can determine the start address of an object only, however, the Code Composer can work with next expression: 'filename.cpp'::variable or ClassInstant.publicVar.
Is there anybody, how can give me some tips or hints?
Thank you in advice.