Hi.
I'm using C6672 with my custom board.
I already programmed an application which is only using one core.
Now, I need to develop an application which uses multicore.
I read this thread. (e2e.ti.com/.../246848)
I got some questions based on above thread. They are.
2. For each code setup the memory sections using the global address (for L1 and L2)
-> How can I setup the memory sections? Does it mean the app.cfg or link.cmd ?
-> I found there are Local L1, L2 and each Core's L1, L2. Does the global address means Local L1, L2 ?
3. Now create n boot tables.
--> I made a boot table using hex6x.exe. Does it mean this method?
Could you please tell me more specifically about those procedures ?
Thanks.