Other Parts Discussed in Thread: CONTROLSUITE
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