Hi,
Is eRPC supported on the LPC546xx ? Would anybody be able to offer any advice or guidance on using eRPC LPC546xx ?
Any help would be appreciated,
Thank you,
Solved! Go to Solution.
Hi gbarcan@dialight.com,
officially there is no example ported for this board. But eRPC doesn't has dependency for board. He has dependency for used OS and transport layer.
For more information you can look on this documentation: https://community.nxp.com/docs/DOC-334083
And here for step-by-step guide how to create erpc application: https://github.com/EmbeddedRPC/erpc/wiki/Getting-Started
Hi,
In addition, you can check the following thread
https://community.nxp.com/thread/477242
I hope this helps,
Have a nice day!
Soledad
eRPC (embedded remote procedure call) and ECRP (Enhanced Code Read Protection)
Hi gbarcan@dialight.com,
officially there is no example ported for this board. But eRPC doesn't has dependency for board. He has dependency for used OS and transport layer.
For more information you can look on this documentation: https://community.nxp.com/docs/DOC-334083
And here for step-by-step guide how to create erpc application: https://github.com/EmbeddedRPC/erpc/wiki/Getting-Started
Thank you Dusan, I think we should be able to get it running on the LPC546xx using the uart transport and through the CMSIS UART Driver. We started working on it and we should have hardware available soon to test things.