Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

connect ethernet to stm32f429 discovery

Status
Not open for further replies.

asa1365

Member level 3
Joined
Nov 4, 2013
Messages
61
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Location
mashad
Activity points
398
Hello freinds
I have a stm32f429 and I want connect ethernet module to it .
can guide me?
 

Very hard. You will need to make hardware modifications like remove gyro and leds.
 

Hello!

Very hard. You will need to make hardware modifications like remove gyro and leds.

I'm not sure we are talking about the same thing, but doing this is quite easy on any MCU if you use a module as asa1365 said.
I have wired a Wiznet module to a MSP430 and it works without any problem. All you have to do is wire the SPI port and that's
about it. All the rest is software, you have to implement a DHCP if you want it to autoconnect, and then it's quite easy to establish
a TCP connection.
Well, when I say easy, I don't mean that you can do that in half an hour while watching videoclips on youtube, but if you spend
1 or 2 days on it, it can work fine.

Dora.
 

I was talking about real ethernet, so with external PHY and connected to ETH peripheral.

On STM32F429-Discovery, I have posted on my blog, you need to make modifications on pins, because there is gyro and some other pins which interfere with 50MHz RMII connection.

W5100 is really nice for SPI, but in case you have STM32F429 then SPI ethernet is just useless.

Just my opinion.
 

Hello!

He was asking for a _module_ to be connected to his board. Of course it depends what he wants to do with it
(not specified), but it he just wants to have _some_ ethernet connectivity, then a wiznet chip is an interesting solution
which saves you time and headaches. Now if he want so transmit real-time video, that's another story.

Dora.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top