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.
28377d must have two ccs projects, one is for cpu1, another is for cpu2.
C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Dual\ipc_gpio_toggle, in this demo i set the two project work as flash mode.
Then i compare two .map files, i have some question about this,for example the diffrent of .text section show as bellow
in the two figures, the cpu1.map F2837xD_DefaultISR.obj is origin from 0x0008201c and length is 0x00000585.but in the cpu2.map file the F2837xD_DefaultISR.obj is origin from 00082000 and length is 00000585.
and there is other diffrents between two .text section.
my question is in the same flash address the two .text allocation is diffrent, there is the confliction in the same flash space ,which codes are in this flash space ? If there is confliction, but why the cpu1's and cpu2's programe can running ok? thank you!
regards
shook