STM32H755 with Ethernet PRP protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-17 09:28 AM
Dear Experts,
We have a design requirement with STM32H755 to work with Parallel Redundancy Protocol (PRP). Any relevant help or sources available.
Thanks in advance.
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-08-23 07:41 AM
Hello @Community member ,
Unfortunately, we do not support this protocol.
BeST Regards,
Walid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-23 07:41 AM
Hello @Community member ,
Unfortunately, we do not support this protocol.
BeST Regards,
Walid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-20 03:33 AM
Thanks for your inputs @Walid ZRELLI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-25 03:57 PM
https://en.wikipedia.org/wiki/Parallel_Redundancy_Protocol
PRP can be implemented entirely in software, i.e. integrated in the network driver.
If using lwIP, you don't even need multiple netif interfaces for this, because all of the PRP handling should happen at driver level.