Hello,
I am implementing logic to send messages using the lwIP TCP/IP stack, and I have encountered an issue.
Here is my current situation:
The attached test.c source file is based on the S32K344 TCP/IP 1.0.3 sample code, with the addition of the send_udp_data function.
Could you please review my UDP transmission code and let me know if I have implemented anything incorrectly?
已解决! 转到解答。
Hello @malove ,
I fixed warnings in your code. The code works without any issue on my S32K344EVB-T172. Wireshark sees the UDP messages. The code is attached - please check it out.
Best regards,
Pavel