Hi ,
I'm new in multi core programming. I have a problem with the memory allocation of my code.
I have a code that runs on a single core that use SYS/BIOS and RTSC .cfg file. I'm doing my memory allocation from this .cfg file.
Now I need to run my code in more then one cores. I need to do this in with a sigle .out file.
And my problem is , how can i seperate the DDR to allocate dedicated memory for each cores in one CFG file.(or Can i do this)
I can not use L2SRAM because of the size of my code. And I will use IPC to communicate between cores.
Thanks,
Omer