STM32H745 nucleo: Ethernet ping works in debug mode; fails in standalone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-06 7:06 AM - last edited on ‎2024-11-06 7:21 AM by Andrew Neil
on STM32H745 nucleo board, Ethernet ping command working in debug mode but failing in standalone mode. Please help
Solved! Go to Solution.
- Labels:
-
STM32H7 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-18 5:48 AM
Hello,
Please take a look at this post: Solved: Basic UDP Echo server works in debug, but not run ... - STMicroelectronics Community. You might be experiencing a similar issue.
With Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-06 7:25 AM
What, exactly, do you mean by "debug mode" and "standalone mode" ?
When you say "ping fails", is that your system sending or responding to the ping ?
What testing/investigation/debugging have you done to find out what's going on? eg, diagnostic trace output? Wireshark? etc...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-06 3:58 PM
From PC i'm sending ping command to hit the STM32 tcpserver, when connected from STM32CubeIDE- debug mode, STM32H745 nucleo board response good for the ping command. But when the same board booted after the reboot with out connecting to Cube IDE, it is not responding to the Ping Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-06 4:58 PM
Does your system have ICMP enabled?
What testing/investigation/debugging have you done to find out what's going on? eg, diagnostic trace output? Wireshark? etc...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-18 5:48 AM
Hello,
Please take a look at this post: Solved: Basic UDP Echo server works in debug, but not run ... - STMicroelectronics Community. You might be experiencing a similar issue.
With Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-18 7:25 PM - edited ‎2024-11-18 7:59 PM
Thanks
/* USER CODE END Boot_Mode_Sequence_2 */
/* USER CODE BEGIN SysInit */
HAL_Delay(1800);
/* USER CODE END SysInit */
/* Initialize all configured peripherals */
MX_GPIO_Init();
MX_LWIP_Init();
