Hello,
we use the w5500 in our project on a VxWorks environment, and once in a while we want to check if WIZNET is alive, so I thought in order to implement that I could read the chip’s version with wiz_getVERSIONR().
The datasheet says this function should return 0x04, but I receive there sometimes 0x10, sometimes 0xFF, sometimes 0x03 and sometimes 0xA8.
What could be the reason that I don’t manage reading the chip’s version?
Thanks!