Hello ,all. i run a ipc example (messageQ ,signal image for all cores) project on c6678 EVM which was ok . but when i did pll configuration( pll_init(), done by CORE0 ) before ipc_start() ,a problem happened , other cores couldn't open the heap created by CORE0 . so i tried to put the pll_init() after the heap was created ,other core coulde open the heap but counldn't rigisted a messageQ into the heap . why this happened ?
The pll_init() was created by myself ,i had used it in ddr testing which was ok.