I want to create a project that will be a simple hello world program that implements Remote Procedure Call (RPC) between the server (RT-1064 in C++) and the client (PC/laptop in Python). The client will invoke a command to send 'hello world'. The server then acknowledges the packet back to the client. The transport layer will be using UART. Server code will be compiled in IAR workbench, and will be using the embedded RPC (eRPC) created by NXP.
Can someone provide a SDK for me to get started?
Hi,
Thank you I found the matrix multiplication examples below, but RT-1064 is not in the list of supported boards
erpc_server_matrix_multiply_uart — MCUXpresso SDK Documentation
Do you have an SDK for RT-1064 that has erpc examples?
Hi
We apologize for any inconvenience this may cause.
Please note that the SDK for the i.MX RT1064 does not include eRPC examples. The eRPC examples are only available for the boards that are explicitly supported within the SDK.
You can refer to the list of supported boards in the SDK to identify which ones include eRPC examples.
Hi,
You can use MCUXpresso SDK Builder in order to find MCUs with examples that you may be interest in.
By using the filters option, you can search for specific examples and see which SDK provides it.
Best Regards,
Pablo