This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28379D: Inter-Process Communication (IPC driver API, adc interrupt and ipc interrupt)

Part Number: LAUNCHXL-F28379D
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,