Ti guy:
I am trying to write a program on PC to serve my own board by analyzing the global variable's address in DSP so I can use EMAC port to get the value of the variable, like what CCS5 view->expression or view->variables do on EVM board. The difference is that CCS5 communicates with EVM via JTAG , and can only work when DSP suspends. I am wondering after CCS5 compiles the program, does it keep some kind of symbol name to address table,or anything that links variable's name to its address? If there are something like that, how can I make use of them to get address use only variable's name? Thank you!
Best regards
David Yang