Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello there,
I am trying to send a data (32-bit value) from core1 to core 2.
I am using ADC interrupt on core 1 in which I am calling IPCLtoRDataWrite() function to send adc_result to core 2 where I have ipc0_isr() which is not triggering. Could you look at the code below to see what I am doing wrong?

This is core 2 main()

Thanks,
