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.

Source code

Hii all,

I am familiar with the theory concepts and API's of messageQ. But practically I am not getting how communication is happening in a single core. So anyone have the source code of single processor communication using IPC messageQ please forword the code with config file.

  • Hi,

    Inter-Processor Communication (IPC) provides a processor-agnostic API which can be used for communication between processors in a multi-processor environment (inter-core), communication to other threads on same processor (inter-process), and communication to peripherals (inter-device). The API supports message passing, streams, and linked lists.

    You can see available IPC documentation here:
     

     

    Source code for IPC MessageQ is located in Processor SDK RTOS.

    Best Regards,
    Yordan

    Best Regards,
    Yordan