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.

TMS320F28379D: TMS320F2837xD programming CPU2 and CPU1

Part Number: TMS320F28379D

Hello. I wrote my bootloader which is linked to flash memory in sector A. It uses Flash C API functions. The main application code rests on the SD card in the form of a HEX file. The main application is linked from sector B flash memory now I use only CPU1 and everything works fine. I have a question how to link the main application that will use two cores?

Considering your examples for two cores(blinky_dc_cpu01 and blinky_dc_cpu02), I saw that the code for both cores was linked into one section but without address intersection. I did not understand how to achieve this, please explain how to do this.