cancel
Showing results for 
Search instead for 
Did you mean: 

simple TCP and UDP examples for f4

mnavahan2
Associate II
Posted on November 25, 2012 at 14:54

simple TCP and UDP examples for f4

#lwip #uip #tcp/ip-stack #describe-the-goal-not-the-step
11 REPLIES 11
mnavahan2
Associate II
Posted on November 27, 2012 at 18:44

have you simple code use this code (STM32F2-F4_Demonstration_Builder_V1.0.1\Libraries\STM32F4x7_ETH_Driver\src\stm32f4x7_eth.c) for send & receive raw Ethernet frame ? 

Posted on November 27, 2012 at 21:52

have you simple code use this code (STM32F2-F4_Demonstration_Builder_V1.0.1\Libraries\STM32F4x7_ETH_Driver\src\stm32f4x7_eth.c) for send & receive raw Ethernet frame ?

 

No, I don't have Ethernet on my F2 board so it's hard to commit any resources to it, I'd look into the aforementioned Demo Builder for a usage case, and if that didn't help I'd expand my search. ie Bing/Google some of the function abstractions.

I wouldn't anticipate it's much more than initializing the interface, handling DMA/IRQ support code, and lighting off a Buffer/Size, but it is clearly not a zero effort endeavor.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..