Part Number: TMDSEVM572X
Tool/software: Code Composer Studio
I am trying to build an ipc module in CCS
ipc_3_46_02_04
bios_6_46_05_55
xdc_3_32_02_25
This sequence
var Program = xdc.useModule('xdc.cfg.Program');
var cfgArgs = Program.build.cfgArgs;
/* configure processor names */
var procNameAry = cfgArgs.procnamelist;
gives this error line 42: TypeError: Cannot read property "procnamelist" from null
so the reference to Program.build.cfgArgs pops a null instead of a valid structure
Got a fix?