cancel
Showing results for 
Search instead for 
Did you mean: 

ethernet driver for stm3221g-eval board?

vneff
Associate II
Posted on January 13, 2014 at 22:55

Where can I find ethernet driver for the STM3221G-eval board.

I tried extracting the version for STM32F107 from the FreeRTOS demo using uIP, but it seem incompatible with the std library for the STM32F2xx series.

The bottom line is I wish to implement TCP/IP w DHCP using uIP on that board and our futre product.  Actually, what I'm trying to do is send printf status messages to a browser so that I can monitor the application's progress.  I was originally using the LCD, but that stopped working when I started using CAN.  Then I used the USART, but that stopped working when I started accessing the SD card :(

Thanks for any pointers!

Vance

#ethernet-stm32f2x7-tcp/ip
2 REPLIES 2
Posted on January 14, 2014 at 01:24

The F207 Design Resource page might be a good place to start.

http://www.st.com/web/en/catalog/tools/PF257895

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
vneff
Associate II
Posted on January 14, 2014 at 14:08

Thank you!

Oddly, I had tried downloading that before but it indicated it was not available.  In fact, I had sent note to Freescale concerning that (and two other TCP/IP applications).

Work this time.

Thanks again,

Vance