Xmc 4700 udp socket

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User19967
Level 1
Level 1
First reply posted First question asked Welcome!
Hi everyone,
I'm looking for an example for XMC 4700 about UDP SOCKET (using the APP for DAVE 4: ETH_LWIP APP'S)

Anyone can help me?

Best regards,

Oscar
0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi Oscar,

I doubt whether there is an example available currently. Could you please check this thread, which has customer examples.

Best Regards,
Vasanth

View solution in original post

0 Likes
2 Replies
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi Oscar,

I doubt whether there is an example available currently. Could you please check this thread, which has customer examples.

Best Regards,
Vasanth
0 Likes
User14604
Level 4
Level 4
First solution authored
I'm currently working on TCP. There's currently no UDP example in DAVE.

Easiest approach is to use the TCP example, then switch it to UDP example, which is provided by lwIP (https://savannah.nongnu.org/projects/lwip/) in either the main or contrib package. You'll also find the DAVE TCP example code inside the archive, so it should be easy to switch the implementations. Look for the callbacks made from lwIP stack into the DAVE example code for a start.
0 Likes