STM32F7508 Freertos lwip could ping by Stm32CubeMX generate project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-02-26 6:25 AM
I use STM32F7508-DK generate freertos LWIP project, I can build the project,and download the target,the project can get an ip from router,but I could not ping it,by debug, the HAL_ETH_IRQHandler(){
}
the error code is HAL_ETH_ERROR_DMA, hal version is
1.17.0
- Labels:
-
Ethernet
-
FreeRTOS
-
STM32CubeMX
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-02-27 2:34 AM
Hello @HShiy.1 and welcome to Community :) ,
Which STM32CubeMX version are you using? Try to use the last STM32CubeMX 6.7.0 version.
I advise you, when you configurated the LwIp project, to get inspired form the steps described in this article: How to create project for STM32H7 with Ethernet and LwIP stack working.
This FAQ may help you to configure your project in STM32CubeMX .
I hope this help you to solve the problem!
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-02-28 5:05 AM
my STM32CubeMX version is 6.7.0
