2011-07-21 01:15 AM
Hi guys,
Does anyone know how to configure the RMII mode which include the signals: TXD, TX_EN, RXD, CRS_DV, MDC, MDIO, REF_CLK. an explication, or an example configuration would be very helpful, Thanks in advance2011-07-27 01:25 AM
ST has an STM32_eth_lib package where you can find a basic driver and some example applications to set up a simple webserver with the uIP TCP/UDP stack. I only used it to write some config registers in a 5 port ethernet switch (over SMI) so far, but i guess if you really want to get deeply involved with ethernet you should search for a solution that covers all your needs. (We are going with the Keil RL-TCPnet solution for our project, but it gets quite expensive, so, some research of what is on the market and what you need for your project is required)
http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/stm32_eth_lib.zip2011-07-28 07:58 AM
Thanks Andreas, I'll take a look at that! :)
2011-08-03 12:49 AM
Hi again,
before I began programming Ethernet, I've programmed an SPI protocol to acquire data at 20kHz, do you know how can I get the data from the SPI_DR register to my DMA Rx Ethernet register? Thanks :)