各位大侠,
最近在调试6678 的IPC,从core0触发core1.在调试过程中,需要将core0和core1两个核group后才能在run的时候,core0会触发core1.
如果我没有group后两个核是单独的,运行core0后,它不会将core1触发。
请问,有没有其他方式,不用group方式从core0触发core1,并使core1运行?我看了手册里里面写到一句话:
Group, connect the target, load and run the project on Core 0~7 simultaneously。
如果没有其他方式的话,在release版本中,脱离CCS平台和仿真器,core0是如何触发core1的呢?