Hi
My question:
If I have an Atmega328 and a w5500 on the same board, and I want to connect a reset button which will reset both at the same time, how do I do that, knowing one works at 3.3V and the other at 5V?
My speculations:
Looking at datasheet of the w5500, it says "3.3V operation with 5V I/O signal tolerance", so I guess that means I can send 5V to the reset pin and then connect both ICs from the same +5V Vcc with a pullup 10k resistor?
Isn't it correct that using an arduino and a w5500 ethernet module, you would connect the reset pins of both boards? In this case how does it work? My guess is the reset pin of the w5500 is connected to the 5V.
Looking at this schema for example:
http://wizwiki.net/wiki/lib/exe/fetch.php/osh:w5500_ethernet_shield:w5500_ethernet_shield_v10_sch.pdf
It looks like the reset pin on the w5500 is connected to the +3.3V but also connected to the reset pin on the arduino uno, which I know is connected to the +5V source, how does this work?!
Thank you so much in advance!!
Cheers
Simon