Stm32H750B-DK TouchGFX + FreeRTOS + LWIP Ping not working ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-06 6:05 PM
Hello, im inquiring after thinking about it for a few days.
please help me.
this is my dev environment
CMSIS_V2
TouchGFX designer : 4.22
CubeMX : 6.9.0
CubeIDE : 1.13.1
DevKIT : Stm32H750B-DK
i want to do a ping test on this board
i ran it with reference to this example, but it doesn't work.
(https://github.com/GrzHeller/STM32H750B-DK_TouchGFX_FreeRTOS_MQTT_Example)
i don't know what the problem is.
Please help me
Thank you
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-07 3:17 AM
Hello @lhwa .1 ,
I advise you to start by configuring the LWIP. For that I recommend you to follow the steps shared in this FAQ How do I create a project for STM32H7 with Ethernet and LwIP stack working?.
The Goal of this example is to:
- Configure project in STM32CubeMX for STM32H750-Discovery
- Configure FreeRTOS and LwIP middlewares correctly
- Send UDP message periodically (optional)
I hope this help you!
Thank you.
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-08-07 9:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-09 11:34 PM
thankyou your reply
i tested thing
ping test OK
UDP Server/Client OK
TCP NG : Assertion "pbuf_free: p->ref > 0" failed at line 753
i don't know why the reason about a week
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-10 12:01 AM
In IP address setting give for PC's address in default getway . And try again
