Connect PC to controller with static IP using Ethernet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-09 10:25 PM
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.
- Labels:
-
Ethernet
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-10 11:13 PM
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.
