Hello everybody,
Before explaining my problem, here are my tools:
DSP C6678 with CCS V.6 , uia v.1.4.0.06, xdc v.3.25.3.72, bios v.6.37.1.24.
I connect my target on CCS and then connect two cores (core 1 & 2). I have also 2 projects with the same main.c but different cfg.
On one cfg project, I put loggerSM.partitionId = 0. On the other cfg, partitionId is 1.
numPartitions = 2, sharedMemSize = 0x2000 , baseAddress = 0x0C040000.
The section where is located the loggerSM is defined as NOLOAD section.
L1 and L2 cache disabled.
When I launched my programs at the same time (core grouped), it writes only one core events but not the other.
I mean that I may find sometimes at 0x0C040000 the loggerSM header + the core events and nothing at 0x0C041000 or all the contrary logs at 0x0C041000 and nothing at 0x0C040000.
Can someone help me please?
Nad