Replies: 3 comments
-
Hello @siliangQ The condition to send an ns annoucement is here rpmsg_create_ept
to sum-up if you don't want to use ns annoucement you can:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @siliangZ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you so much for your reply. It works for me. Feel free to close it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions