Part Number: TMS320F28386S
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
The sysconfig tool has a master core setting.
I found the term used in the TRM but found no description.
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.
Hi John,
The sysconfig tool has a master core setting.
Is this mentioned in TRM?
Actually, SysConfig only supports configuration of CPU1 and its CLA core. It does not support CM or CPU2.
Muticore Sysconfig will be available in next release of C2000Ware version 4.03.00.00 which is expected to be release in February 23. But it will only support CPU1, CPU2 and corresponding CLAs. But it will not support configuration of CM core.
Regards, Santosh
OK sysconfig does not support it.
But from what I infer from examples it still needs to be set if CM is to control a gpio pin. If I do not set it with
GPIO_setMasterCore(15, GPIO_CORE_CM);
gpio writes to this pin from the CM do not work.
Does it apply to other peripherals?
Since it is a setting that needs to be considered I think it should be documented so one does not need to make inferences from examples.
John,
For GPIO, the gore selection is mentioned in GPIO registers itself.

For other peripherals, please refer to System Control chapter, DEV_CFG_REGS Registers.
Is this something you are looking or am I still missing?
Regards, Santosh