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.

CCS/TMDSEVM572X: IPC build issue

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?