I've got this error in runtime, with C6678LE:
[C66xx_0] ti.sdo.ipc.SharedRegion: line 331: assertion failure: A_idTooLarge: id cannot be larger than numEntries
[C66xx_0] xdc.runtime.Error.raise: terminating execution
ROV reports that numEntries for the sharedRegion is 4. Just by increasing this number should solve this problem?
For example, at the .cfg file: SharedRegion.numEntries = 6; Should fix?
Weber