Hi,Thanks for your kindly reply.It helps me so much.
The board which I used is TMDXEVM6670L.And the number is ESE0079266.
Now I have a new trouble about the use of EVM6670L.When I debug the notify project (muticore ) with EVM6670L in CCS5.0,the result is not correct.
This is the result:
[C66xx_2] main: MultiProc id = 2
[C66xx_2] main: MultiProc name = CORE2
[C66xx_3] main: MultiProc id = 3
[C66xx_3] main: MultiProc name = CORE3
[C66xx_0] main: MultiProc id = 0
[C66xx_1] main: MultiProc id = 1
[C66xx_0] main: MultiProc name = CORE0
[C66xx_1] main: MultiProc name = CORE1
[C66xx_0] tsk1_func: Sent request #0 to CORE1
The program is stopped after core0 send a request.I think there is something wrong with the communication of cores.It seems that other cores can not receive the send notify. When I debug the MessageQ project,There is something wrong too.
I choose the SHANNON board in the target configuration when I debug the project.I hope that you can tell the reason.
I have an EVM6472 board (6 cores).When I debug the notify and messageQ project in CCS5.0,the result is correct.
It seems really strange.Can you explain it?
Thanks!