Hi all,
I am trying to move some functions to external memory as my program is very big and the internal memory is not enough now. And the program used for eight cores may not be the same so I need eight partition of the external memory, each partition will be used for each core. I searched and there is one suggestion is to create eight build configuration with pre-define core ID, then use the user linker command file to put the code section of each core to one of eight different external memory segments. however this way is not suitable for me as my project require that each revision I can only have one project with one build configuration to create one bin file.
Is there any way that I can put code of each core to one of different external memory segments with only one project and one build configuration?
Thanks in advance,
Chanh