HI TI Team,
I need an example application that receives the data over Ethernet and transmits the data over Ethernet.
using LWIP on RM57L843 microcontroller.
Thanks and Regards,
Aravind S.R
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI TI Team,
I need an example application that receives the data over Ethernet and transmits the data over Ethernet.
using LWIP on RM57L843 microcontroller.
Thanks and Regards,
Aravind S.R
Hi Aravind,
Please refer below link:
6.1. Project 0 — Hercules Safety MCUs Documentation
In above link you can find LwIP demo code.
--
Thanks & regards,
Jagadish.
Hi Jagadish,
The above link consists of the lwip demo runs a static webserver. I need to transmit a data over the ethernet using udp/tffp/tcp. Please provide me an example code to transmit data and receive data over ethernet.
Thanks and Regards,
Aravind S.R
Hi Aravind,
We don't have any specific tested examples for TCP/IP server, we do have only LWIP demo and Active webserver demo example codes only.
And we have one ethernet bootloader example which is built using UDP, you can find this:
clone the Hercules example repository from below link,
hercules_examples/hercules_examples - Software Examples for Hercules Processors (ti.com)
And now you can find at below link:
And after going through some old threads i found the below thread for TCP/IP demo:
You can take this as a reference for RM57.
--
Thanks & regards,
Jagadish.