I am currently working on a project where I would want multiple ADIN1110's connected to a single microcontroller in order to talk to multiple edge nodes at one time. However, there seems to be a problem when initializing the second ADIN1110. When the second one is brought online, it overwrites the configuration of the previous one and reports that the link is down. Also, transmission of data returns a fail. I am assuming that this is some sort of driver issue where the second object of the adin1110 class is using memory that the first object uses, causing an overwrite. Any help would be greatly appreciated.