Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
Reset & the WIZnet library
In the WIZnetInterface class, one of the parameters is the reset pin (e.g.
WIZnetInterface eth(&spi, PB_6, PB_4); spi, cs, reset
).
However, the library will only actually work if I leave this pin unconnected. Is this supposed to work like this?
Thanks,
Alex