cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet Communication

aru
Associate II
Posted on February 21, 2013 at 05:52

I am using STM32F107rb for ethernet communication. By default in the code it as been set to 10Mbps but i want to change it to 100Mbps so please let me Known where i need to change.... The corresponding code as been attached pls go through.... Thank u in advance

This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Posted on February 21, 2013 at 06:22

You'll probably want to look at the PHY code, this is for a DP83848, does your board have this, or something else? What board/ethernet circuit are you using?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
aru
Associate II
Posted on February 21, 2013 at 09:46

Yes, I am using DP8384 as my Physical Transceiver.. 

Posted on February 21, 2013 at 14:14

You need to acknowledge the reply to the thread you started in the Keil forum:

http://www.keil.com/forum/22357/

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.