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.
Hello people,
I need to integrate modbus tcp connection with Launchxl2-570lc43. How can I achieve it?
Regards,
Padayappa
Hi,
We do not have a TI-provided example implementation of Modbus on TMS570. There are, however, examples of implementations done on Hercules MCUs. See this thread for example: https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/675413?RM46L852-Modbus-Over-TCP-IP-control-hand-in-TCP-Rx-interrupt
This is an RTOS example with a Modbus implementation (also supports TMS570): http://www.nuttx.org/Documentation/NuttX.html
Hi QJ,
I'm really very happy to hear from you. I need to know that what additional files are to be added in any RTOS projects, I mean is there any downloading required? I have installed CCS IDE and HalCoGen only and haven't worked with any RTOS. So please help..
Regards, Advaith
Hello,
HALCoGen can generate example code of freeRTOS.
https://www.ti.com/lit/an/spna237/spna237.pdf
The FreeRTOS website has info on how to port to a new device.