STM32F429ZI Ethernet tutorial
Please send me tutorial related to STM32F429ZI Ethernet
Also i am not able to import cubemx sample code to Truestudio, please provide support
Regards
Ashwinraj
Please send me tutorial related to STM32F429ZI Ethernet
Also i am not able to import cubemx sample code to Truestudio, please provide support
Regards
Ashwinraj
Hello @KINGame ,
You can use the STM32CubeMx tool which allow you to initialize Ethernet peripheral you need with the configuration you want. Then, generate your starting projects with Truestudio and develop the basic configuration of your application.
You can review Ethernet examples available in the STM32CubeF4 package:
STM32Cube_FW_F4_V1.21.0\Projects\STM32F429ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS
Noted that you can use SW4STM32 projects available in the STM32CubeF4 which can be imported automatically to TrueSTUDIO projects.
You can refer to the reference manual RM0090 it provides complete information on how to use the Ethernet peripheral.
Have a look to these documents:
- UM1709, it maybe helpful as it provides a full description of how to implement In-Application Programming (IAP) using Ethernet communication.
- AN3966 "LwIP TCP/IP stack demonstration for STM32F4x7 microcontrollers�? .
- UM1713 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.
Kind Regards,
Imen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.