I am using Code Composer v6.0.1. DSP TMS320C6713.
I am using Code composer API in javascript to do interaction.
Can anyone help me out how to read values in string format ?
Let's say Expression windows in Code composer is shows value of as below mentioned
Variable Type Value
ABC Type unknown 0x0000000F
XYZ int -1
if "ABC" is passed through any API then result should be "0x0000000F"
if "XYZ" is passed through any API then result should be "-1"
if i use saveData API then results would be in specified format (Hex, octal,decimal, binary etc)
or if i use readData API then results would be in integer format.
So i am looking for API or any method which can provide me results in string format.
Thanks for helping me out in advance.
