cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H755 with Ethernet PRP protocol

MK.111
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Community member​ ,

Unfortunately, we do not support this protocol.

BeST Regards,

Walid

View solution in original post

3 REPLIES 3

Hello @Community member​ ,

Unfortunately, we do not support this protocol.

BeST Regards,

Walid

MK.111
Associate II

Thanks for your inputs @Walid ZRELLI​ 

Piranha
Chief II

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.