2016-09-19 07:50 AM
hi
I working with stmf429 board with cubemx and HAL driver and i must run ethernet protocol (with LWIP or without)I want to connect 2 boards to each other (for example press key and led light up in other board) I do not know where to start Anyone who knows please help me .thanks #stm32f4 #cubemx #ethernet2016-09-19 08:32 AM
Hi,
You'll probably want to review Ethernet examples as you can find available in the package:STM32Cube_FW_F4_V1.13.0\Projects\STM324x9I_EVAL\Applications\LwIPYou can refer to this it provides complete information on how to use the STM32F4xx microcontroller memory and peripherals.Have a look to these documents:- , it maybe helpful as it provides a full description of how to implement In-Application Programming (IAP) using Ethernet communication.- ''LwIP TCP/IP stack demonstration for STM32F4x7 microcontrollers� .- is a user manual about “Developing applications on STM32Cube with LwIP TCP/IP stack� which can help you a lot to go further in your application.Regards2016-09-20 01:51 AM
thank you for your answer!
Things that you mentioned include too much subjects for me I do not have much time for drive ETH I just want to connect 2 board for run led & key connection.If you know which of the available program can do it directly ، Notify methanks again