I am using Code Composer v6.0.1. DSP C6713.
I am using Code composer API in javascript to do interaction.
Can anyone help me out how to identify which memory location will be accessed based on variable name through API ?
Let's say if i pass variable name (IER, CSR etc) which is accessing register memory then output should be variable is register.
Ex.-To determine if the current target is connected or disconnected, then Code composer API isConnected() will be used
Is there any Similar way or API [something like isRegister()] to identify the memory location which has been accessed through variable?
Thanks for helping me out in advance.