Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
Hello
I was using the C2000ware LWIP-UDP example and simply modifying it into my own code. I just used it to send and receive and communicate with CPU1 by using IPC.
I am wondering how I can modify lwip-udp example or lwip example into TCP. I found that there might be some example between these two examples. I copied code in enet_lwip_udp.c from the enet_lwip_udp example and pasted in enet_lwip.c in the lwip example and built it and failed. Looks like there might be some more difference between these two projects. Are there any file to tell the difference between these two project except the .c file which has the main function? I am new to ethernet function and need to compare these and see how I can go further and modify any of these two into TCP
I found the tcp.c file in the C2000 but have no idea how to use it. I have no idea if I need to do more changes in LWIP exmaple other than just calling functions in TCP.c. There are tons of files in the examples and I have no idea where to start and which file can help me better understand this function
I do believe the LWIP exmaples in C2000 are very useful but maybe some .pdf documentations are needed for us starters to use it. It is stupid to use a SPI2ethernet chip when using 28388 just because we have no idea how to fully use the powerful MCU
Thanks

