Part Number: TMS320C28346
Other Parts Discussed in Thread: TMS320F28P650DK
Hi,
I am using TMS320F28P650DK9 dual-core DSP. I have reviewed different material provided by TI on memory allocation. Specifically -
https://software-dl.ti.com/ccs/esd/documents/c2000_c28x-compiler-understanding-linking.html
It does cover different memories available for dual-core CPUs - Locally-shared, Globally-shared etc. as well as which sections of the program contains what. However, I am looking for recommendation about assigining different memory secitons to each core.
For example - Is there an advantage of assiging all LS sections to CPU1 and all GS to CPU2 assuming no data exchange between cores?
Pl. share.