Is there any example of adding custom hci_rpmsg message ? I want to send three numbers(x, y, z) coordinate from NetCore to AppCore using hci_rpmsg through shared memeory. Thanks
Is there any example of adding custom hci_rpmsg message ? I want to send three numbers(x, y, z) coordinate from NetCore to AppCore using hci_rpmsg through shared memeory. Thanks
Hi,
Are you looking to alter the existing hci_rpmsg sample to add this functionality, or are you looking to write a net-core application which uses the rpmsg service to send data to the app-core application?
For the second situation there is a sample at zephyr/samples/subsys/ipc/rpmsg_service which should cover that.
Hi,
Are you looking to alter the existing hci_rpmsg sample to add this functionality, or are you looking to write a net-core application which uses the rpmsg service to send data to the app-core application?
For the second situation there is a sample at zephyr/samples/subsys/ipc/rpmsg_service which should cover that.
I got the RPMsg Service [master] started, but where is the sample code for the remote ??
Starting application thread!
RPMsg Service [master] demo started
-------------------------------------------------------------------------------------------------------------------------------------------------
According to document https://docs.zephyrproject.org/2.7.0/samples/subsys/ipc/rpmsg_service/README.html
There should be another demo running in the remote (NetCore ?), but I could not find the source code having
Never mind. I found the code. It is in the remote folder