您好,
在SYS/BIOS Inter-Processor Communication (IPC) and I/O User’s Guide.pdf这个文档的第3-6页,有如下:An application that uses IPC APIs—such as MessageQ, GateMP, and ListMP—must include the Ipc module header file and call Ipc_start() in the main() function.
但是在CCSV4提供的6472的MessageQ工程中,却分别在两个task中使用了Ipc_start()而不是在main()里面,那这样话,我们在使用Ipc_start()的时候,应该放在什么位置呢?