cancel
Showing results for 
Search instead for 
Did you mean: 

Connect PC to controller with static IP using Ethernet?

ConductedForce
Associate II

I want to connect a STM32F429ZI Nucleo board to a PC using an ethernet cable, but without using a router to bridge them. The Nucleo would have static IP and the computer would be a client connecting to it. How would I start going about this? I've done some preliminary work by installing LWIP and assigning a static IP. I had also given the computer a static IP as well. They are using the same subnet. Neither device uses the "gateway" IP that I had given both of them.

1 REPLY 1
ConductedForce
Associate II

Turns out my internal watchdog had renabled itself when I reran CubeMX. Controller and PC are able to connect and communicate. No extra setup on my part.