2024-11-06 07:06 AM - last edited on 2024-11-06 07: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.
2024-11-18 05: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,
2024-11-06 07: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...
2024-11-06 03: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
2024-11-06 04: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...
2024-11-18 05: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,
2024-11-18 07:25 PM - edited 2024-11-18 07: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();