Coding
Extract symbols’ address and size information from (C6000 DSP) .out file
In order to facilitate the debugging needs of C6000 DSP, I need to obtain the addresses and sizes of all variables inside the DSP. The cg_xml package from TI does not provide variable size information, so I wrote this python script to extract variable information from the .out file and Read more…