This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi Ki Soo Lee,
Thank you so much for helped me for my previous issues. Now I am working for automation of unit testing using DSS in CCSV6.2. I am able to load my project and add the break point using "getaddress".
Here my question is how can load and read the data from text file (I have 2 text files which are having input coefficients feed to my function) ?
//#############################################################################################################################//
I have gone through one example provided by ti i.e. memoryDump.js. In this script there are some variables like page, address, ..etc
// Values for a C6x Sim
var page = 0;
var address = 0x20;
var addrUnits = 1;
var byteSize = 8;
var wordSize = 32;
// Load a Jpg
var SAMPLE_JPG_LOAD = "tidotcom.jpg";
debugSession.memory.loadRaw(page, address, SAMPLE_JPG_LOAD, wordSize, false);
// Open the Jpg
var fis = new FileInputStream(script.toAbsolutePath(SAMPLE_JPG_LOAD));
//#############################################################################################################################//
For my function i have some text files which have window coefficients that I need to feed so could you please guide me how can I open and read the data and store the results to one text file.
Kindly consider my request and resolve my problem.
Thanking you.
Regards,
koti.
Koti - you seem to have a similar duplicate post below:
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/605126/2227324
And you seem to have two user accounts. Please try to consolidate your threads and accounts
Thanks
ki