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.
2021-08-23 07:41 AM
Hello @Community member ,
Unfortunately, we do not support this protocol.
BeST Regards,
Walid
2021-08-23 07:41 AM
Hello @Community member ,
Unfortunately, we do not support this protocol.
BeST Regards,
Walid
2021-09-20 03:33 AM
Thanks for your inputs @Walid ZRELLI
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.