This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: C2000 MCU Linker File

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

I am using the TMS320F28388D MCU, which has 2 cores. I have created two .slx files using the Matlab C2000 library for two LED blink projects and flashed them onto the microcontroller. Both cores are working fine. I have checked that the configuration settings and linker files are the same for both cores.

I have also verified that the memory assignment, specifically the M0_M1 memory sector reserved for stack memory, is correctly allocated for each core. My question is how they can share the same memory area for both cores, because stack memory area is dynamically changed at runtime. As per my understanding, it should be separate.

same for the .bss memory only data memory are separate for both core.

Please refer bellow screenshot, i have create the diagram as per the MATLAB by default cmd file.