Document Revision History Date Revision Changes 2019-02-18 V1.0 Official Release WIZ610io User Manual (WIZnet Co.,Ltd.)
Page 3
It can be used as a component and no effort is required to interface W6100 and Transformer. The WIZ610io is an ideal option for users who want to develop their Internet enabling systems rapidly. For the detailed information on implementation of Hardware TCP/IP, refer to the W6100 Datasheet.
2. Pin assignment & description Type Description Input Output Power & Ground 2.1 Pin assignment < TOP side view > WIZ610io User Manual (WIZnet Co.,Ltd.)
Low longer than 500ns. After asserted RSTn, RSTn W6100 spends 60.3ms for initialization. Low : W6100 initialized. High : Normal Operation. SPI Master In Slave Out MISO This pin is used to SPI MISO signal pin. WIZ610io User Manual (WIZnet Co.,Ltd.)
Page 6
3. Device SPI operations WIZ610io is controlled by a set of instruction that is sent from a external host , commonly referred to as the SPI Master. The SPI Master communicates with W6100 via the SPI bus, which is composed of four signal lines: Slave Chip Select (nSCS), Serial Clock (SCLK), MOSI (Master Out Slave In) and MISO (Master In Slave Out).
Page 7
Byte READ processing is operated. Otherwise, the Burst READ Processing is operated when the Data length is more than two. The MISO pin should be selected by driving MISO low after the falling edge of the nSCS. WIZ610io User Manual (WIZnet Co.,Ltd.)
Byte WRITE processing is operated. Otherwise, the Burst WRITE Processing is operated when the Data length is more than two. The MOSI pin should be selected by driving MOSI low after the falling edge of the nSCS. < Write Sequence > WIZ610io User Manual (WIZnet Co.,Ltd.)
Page 10
// Data length bottom 8bits SpiSendData((data_len& 0x00FF)); // Write data: On data_len> 1, Burst Write Processing Mode. for(int idx = 0; idx<data_len; idx++) SpiSendData(data_buf[idx]); CSon(); // CS=1, SPI end IINCHIP_ISR_ENABLE(); // Interrupt Service Routine disable WIZ610io User Manual (WIZnet Co.,Ltd.)
4.2 SPI Timing Symbol Description Units SCK Clock Frequency nSCS tup Time 3 SYS_CLK nSCS Next Time 2 SYS_CLK Data In Setup Time Data In Hold Time Data Invalid Time Data Ready Time 6 SYS_CLK + 30 WIZ610io User Manual (WIZnet Co.,Ltd.)
Page 13
5. Dimensions WIZ610io User Manual (WIZnet Co.,Ltd.)
Page 14
6. Reference Schematics WIZ610io User Manual (WIZnet Co.,Ltd.)
ONE(1) YEAR for the WIZ610io module and labor warranty after the date of original retail purchase. During this period, WIZnet will repair or replace a defective products or part free of charge. Warranty Conditions: 1.
Need help?
Do you have a question about the WIZ610io and is the answer not in the manual?
Questions and answers