Hi,
I am looking to output data buffers from my c66x target to files on a PC, and would like to use UIA loggers for that.
My intention is to use a separate logger instance to send to a file, and utilize XDCscript for this.
I found relevant scripts in the uia directory, under c:\TI\ccsv5\uia_1_00_01_09_eng\packages\ti\uia\scripts
and tried to execute as follows:
c:\TI\ccsv5\uia_1_00_01_09_eng\packages\ti\uia\scripts>xs ti.uia.scripts.ndk -p -e < path to executable >
The output I get is:
ti.uia.scripts.ndk started.
js: "./ndk/Main.xs", line 48: xdc.services.global.XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no module named 'NdkAgent' in the package ti.uia.scripts.ndk
Are these scripts supposed to work?
Is there any other way to implement buffer output on top of UIA, without using these scripts?
Thanks
Ran