Hello,
I'm looking for a how to on how to share common code run on all cores of a multicore C64x+ or C66 DSP. For example, how to have BIOS code resident in shared memory, which all cores link to, and don't replicate, and have all fast application code resident in L1P? In one of the app notes the -r linker directive is mentioned, but how does that process work in with the XDC build process?
Thanks!