-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
I am working in an environment that I have an application running in Linux system and an RTOS application running on another processor. I am able to create the rpmsg channel and use the default endpoint to send messages between two applications back and forth.
But I have some problems creating another endpoint on the same channel.
I am using rpmsg_create_ept to create the endpoint in the RTOS application. I think because of the name announcement service, it will not only create an endpoint, it also creates the rpmsg channel. I don't know how to disable the name announcement. And I can't find a function to just create an endpoint without creating a new channel.
If you know how to make it work, I would really appreciate your response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels