Hello,
We are using ADIN2111 IC as communication interface for all our future company core products.
Our implementation is based on SDK 'AD2111 DEVICE DRIVER RELEASE NOTES SW1.0.0' using STM MCU as host.
We tried to work in both methods - 'open Alliance' and 'generic', eventually we continued with 'open Alliance'.
Our system communication is between multiple devices without network arbiter, allowing each device to transmit information at any time.
In order to achieve such communication method, all the network devices must receive ('listen') all the time, and transmit only when needed.
The question:
Using the SDK code, we could not find a way to receive from SPE network without transmit.
In order to workaround this problem, currently we transmit dummy bytes all the time (in order to receive), and we are looking for better solution.
What is the reccomended way to use the ADIN2111 SPE ports for recieve only?
Thank you!