2012-11-25 05:54 AM
simple TCP and UDP examples for f4
#lwip #uip #tcp/ip-stack #describe-the-goal-not-the-step2012-11-27 09:44 AM
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 ?
2012-11-27 12:52 PM
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.