Hi TI Team,
We had few questions reagarding the topic of IPC.
- when we looked into the -"Cdd IPC Design Document", there were some intranet links referred, Network Error (ti.com) . Can this doc be shared to understand the Specifications referred ?
- Do you have the latest version of this document Cdd IPC Design Document"?
- I also had a look on the below link as well,
- If I got it right you use the virtio reference for IPC implementation/examples?
- Can you share any benchmarking results from the same in the context of IPC for TIAM62x?
- Is the Linux side developed solution already available, and was it tested in conjunction with Autosar than FreeRTOS by chance by TI?
- "These interrupts could be routed to any of the cores (refer device specific TRM for restrictions, not all mailboxes interrupts could be routed to all cores)"
- Which interrupts cannot be routed? Why?
- Under the section , Queue in shared memory; it is mentioned as below
- It could be possible that one processor (producer) might generate faster IPC messages than another processor (consumer). To avoid messages being over-written/lost an shared queue shall be implemented in the shared buffer
- What are the sizes of queues and buffers and at which stage?
Thank you