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.
C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Dual\ipc_gpio_toggle, in this demo has two projiect one is cpu1 another is cpu2. I set these two projiect works at flash mode
then I built these two projict, I compare the two map file as below
The .text section is different. for example in the cpu1.map F2837xD_DefaultISR.obj (.text:retain) origin from 0008201c length is 00000585, in the cpu2.map the F2837xD_DefaultISR.obj (.text:retain) origin from 00082000 length is 00000585.this means in the same flash address the code is different.
my question is there are many differents is the two map file, in one flash or ram address which code will be loaded,there is no confliction? If there is confliction why the cpu1's program and cpu2's program can run
ok? thank you!
regards
shook
HI,Vivek Singh
Thanks for your answer. it's my fault, 28377d has two flash space, every cpu has it's own flash. So there is no confliction.
regards
shook