Hi,
I'm working with EVM6678LE, with 8 projects (one for each core).
I've made a custom plataform to split and (reserve) DDR3 space for each core, so I can guarantee that every cores runs only his own DDR3 subspace.
However, after building I noticed that somehow the beggining for DDR3 is always written by all slave cores, even when I didn't placed anything into this subspace.
Is there anyway that I can exclude a memory section from build without having to define 8 platforms?
Weber