Is it needed for host pc to use static ip when working with LwIP ethernet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-05 10:25 AM
Is it needed for host pc to use static ip when working with LwIP ethernet?
Solved! Go to Solution.
- Labels:
-
Ethernet
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-05 8:54 PM
LwIP can use DHCP, provided you have a DHCP server somewhere.
Static IP can be easier to set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-05 8:54 PM
LwIP can use DHCP, provided you have a DHCP server somewhere.
Static IP can be easier to set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-06 4:03 AM
@TDK If I use a static ip on my host pc and a static ip on the stm32, do they have to be set differently or do they need to be the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-06 7:07 AM
They should be different. Two devices on a network should never have the same IP.
