The code :pru_rpmsg_send_large_buffer() not found here?
eziohzy opened this issue · 2 comments
eziohzy commented
Hi,
Following your wonderful post at https://groups.google.com/forum/#!topic/beagleboard-gsoc/aSFxmYjrWuA. At week 10,you mentioned pru_rpmsg_send_large_buffer() , that's what I want ,please help me .^_^
zeekhuge commented
Hello !
Thank you for the complement.
The pru_rpmsg_send_large_buffer()
actually uses core methods and using it, you can send 440 byte large buffer at once.
You can checkout the code here - https://github.com/ZeekHuge/BeagleScope/blob/port_to_4.4.12-ti-r31%2B/firmware/main_pru0.c#L93
PS : Please close the issue if this resolves your query.
eziohzy commented
Thanks for reply!!!