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.
2020-09-05 08:54 PM
LwIP can use DHCP, provided you have a DHCP server somewhere.
Static IP can be easier to set up.
2020-09-05 08:54 PM
LwIP can use DHCP, provided you have a DHCP server somewhere.
Static IP can be easier to set up.
2020-09-06 04: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?
2020-09-06 07:07 AM
They should be different. Two devices on a network should never have the same IP.