Tool/software:
We are working on a multicore project where each core has a dedicated task. We need to enable a timer for Core 0. However, when we enable the timer for Core 0, a resource conflict occurs because each core is using its corresponding clock (RTI1, RTI2, RTI3, RTI4). We tried changing the clock to RT0 for all cores, but that also caused a resource conflict.
Could you kindly guide us on how to enable the timer for a specific core? Your support would be greatly appreciated.