STM32H753 Ethernet stop working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-13 2:42 AM
we have several device with STM32H753, and they are talking to each other, over LwIP.
one of the devices is the master who charges on the protocol communication between all other peripheral devices.
the master send a ack message to each device in a loop, and each device replies its own status.
Now, I have an issue that a peripheral device after few hours stop communicating.
On WireShark I see messages going to the peripheral device, but nothing came out.
The device is not got stuck, it is still running, but no message trigger the Ethernet Interrupt.
can you please help me out here, what did I missed?
what do I need to check?
Thanks,
Lior
Solved! Go to Solution.
- Labels:
-
Ethernet
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-20 10:51 PM
Hi @DWeb_2
my solution was not using allocation from heap, but set the memory area and set the next allocation.
it is not the sophisticated solution, but it seems to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-13 2:57 PM
Hi @Lmali.1
> I have an issue that a peripheral device after few hours stop communicating
this is a tough one!
- is the device still 'pingable'?
- may be you can enable the debug/trace features of LwIP to see what's going on, at least whether the packet is reaching the LwIP stack
or being rejected by the HW immediately.
Hope this helps.
regards
haithem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-13 5:19 PM
hi @Haithem Rahmani
thanks for the answer.
regarding the ping,
the devices located at the customer site, so as a device goes "offline" the FW resets the device to return it to online. I cannot keep the device offline in a normal mode.
I might arrange some testing time to check the ping.
but, if the device is pingable, what does it mean to you?
there are some configurations that indicate this situation?
now the device is running with debug logs as you suggested.
lets hope we will find it..
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-15 10:29 PM
Hi @Lmali.1 , did you find the bug? We also use the STM32H753 with LwIP and had similar problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-17 7:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-20 10:51 PM
Hi @DWeb_2
my solution was not using allocation from heap, but set the memory area and set the next allocation.
it is not the sophisticated solution, but it seems to work.
