Hi,
My project is on evm c6474. As there is no shared L2 memory in c6474 as it is in c6472, I would like to know how to make core 1 and core 2 intimate core 0 that they have finished their job. In my project core 0 is generating a timer interrupt in continuous mode and in the isr of timer, IPC interrupt is enabled to core1 and core 2. In the ISR of IPC interrupt of core1 and core 2 they do some calculation and at the end core 0 need to become aware of that. How to do this? kindly guide me.
Thanks
Shoba.G