Other Parts Discussed in Thread: SYSCONFIG
Tool/software: CCS / Sysconfig
In a multicore project, I see there are multiple Sysconfig files (1 per core). Are these files supposed to be synchronized (identical)?
From the led (multicore) example, only core 1 file seems to include peripheral details.
What is the purpose of the multiple Sysconfig files in multicore project?
When adding I2C Peripheral, I receive 'multiple macro definition error' when building the project, if I assign the peripheral to Core 1 in all Sysconfig files (Core 1, 2 & 3)