Hi,
We are trying to integrate Cantata into CCSv5.3.0.
We are using loadti to get code onto the target (TMS320F28335) to execute the tests generated. The file seems to run and produce an output but then the program stalls.
Looking at the main.js file for loadti we get to the point where we would expect to see a NORMAL COMPLETION: <x> cycles output after the output comes back from the target but we don't see this in the console window.
We think that the procedure is getting stuck somewhere in the loadti but we aren't sure where. Does anyone have any experience of the loadti utility and might have an explanation as to why it is getting stuck.
It seems to be getting stuck at the
var cycles = debugSession.clock.runBenchmark();
command in main.js.
Kind regards,
Adam