Hi,
I am developing a SYS/BIOS application on EZDSPF28335. I want to use Signal Analzyer to check operation of HWI and SWIs.
I have installed Signal Analyzer using the method described in Signal Analyzer 1.1 user manual section 2.3.
As a quick configuration I have only added
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
in the configuration file. System Analyzer option is also checked in RTSC window.
However, the compiler gives the following error
js: "C:/ti/uia_1_01_00_04/packages/ti/uia/runtime/UIAMetaData.xs", line 111: XDC runtime error: ti.platforms.tms320x28.Platform.Instance#0: 'dataMemory' is sealed
"C:/ti/uia_1_01_00_04/packages/ti/uia/sysbios/LoggingSetup.xs", line 59
gmake.exe: *** [package/cfg/Test_SPI_BIOS_p28FP.xdl] Error 1
js: "C:/ti/xdctools_3_23_03_53/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
I tried also to load the code into the flash in order to open some space in the RAM. But it did not help. Updating CCS to 5.2.1 did not also help.
Any Idea?
Thanks for your help
Burak