2013-08-06 02:15 AM
Hi everyones,
I am searching a Ethernet breakout board for my eval board. I saw on thishttp://blog.tkjelectronics.dk/2012/08/ethernet-on-stm32f4discovery-using-external-phy/
that he is using theDP83848 Phy breakout board but it seems difficult to find such a board.
Thus, I found an other one you can see it on this and characteristics seem also good.So, can you confirm me I can use this board as an ethernet module for my STM32F4Discovery board ?Thks. #stm32 #discovery #ethernet-interface2013-08-06 02:26 AM
I use
with board and it works good. There's some examples.2013-08-06 04:06 AM
Yes but you didn't answer my question, I wanna know if the other board can be used with STM32F4 ?
2013-08-06 05:19 AM
I think that it can, but there isn't examples. You will need to work with SPI
2013-08-06 07:37 AM
You should be able to connect it, be aware that the STM32F4-Discovery uses 3V not 3.3V. You'll need to do your own due diligence.
You'd have to find a free SPI port, and code the software, is that something you're comfortable doing? There are other board solutions for adding Ethernet to the Discovery, and a whole slew of more integrated solutions for the STM32F2/4 on eBay and the likes.http://www.armkits.com/product/DM-STF4BB.asp
2013-08-06 08:05 AM
Indeed, you may be right, it would be easier to use the base board provided by ST. And with their standard library, I think I can be comfortable :)
It's kinda more expensibe but It should be the best solution to me.Thanks again for your advices clive1.