WIZ-SM10-EVB WIZnet, WIZ-SM10-EVB Datasheet

no-image

WIZ-SM10-EVB

Manufacturer Part Number
WIZ-SM10-EVB
Description
Interface Development Tools EVALUATION BOARD FOR WIZ-SM10
Manufacturer
WIZnet
Type
Serial to Ethernetr
Datasheet

Specifications of WIZ-SM10-EVB

Rohs
yes
Product
Evaluation Boards
Tool Is For Evaluation Of
WIZ-SM10
Interface Type
RS-232
Operating Supply Voltage
3.3 V
Dimensions
55 mm x 35 mm x 10 mm
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
Operating Supply Current
150 mA
WIZ-SM10 Datasheet
( Version 0.1 )
©2010 WIZnet Co., Ltd. All Rights Reserved.
☞ For more information, visit our website at
http://www.wiznet.co.kr
(WIZnet Co., Ltd.)
WIZ-SM10 Datasheet

Related parts for WIZ-SM10-EVB

WIZ-SM10-EVB Summary of contents

Page 1

... WIZ-SM10 Datasheet ©2010 WIZnet Co., Ltd. All Rights Reserved. ☞ For more information, visit our website at (WIZnet Co., Ltd.) WIZ-SM10 Datasheet ( Version 0.1 ) http://www.wiznet.co.kr ...

Page 2

... Document Revision History Date Revision 2010-09-01 V0.1 COPYRIGHT NOTICE Copyright 2010 WIZnet Co., Ltd. All Rights Reserved. Technical Support: support@wiznet.co.kr Sales & Distribution: sales@wiznet.co.kr For more information, visit our website at (WIZnet Co., Ltd.) WIZ-SM10 Datasheet Changes Official Release http://www.wiznet.co.kr ...

Page 3

... Introduction ................................................................................................................... 1 1.1 Key features .............................................................................................................. 1 1.2 Products specifications .............................................................................................. 2 1.3 WIZ-SM10 Block diagram .......................................................................................... 2 1.4 WIZ-SM10 Hardware Interface .................................................................................. 3 2. Hardware Specifications ................................................................................................. 4 2.1 Dimension ................................................................................................................. 4 3. WIZ-SM10 Base board .................................................................................................... 7 3.1 Hardware Interface of WIZ-SM10 Base board ............................................................ 7 4. Getting started ............................................................................................................... 9 4.1 H/W connection ......................................................................................................... 9 4.2 Configuration tool ................................................................................................... 10 5. WIZ-SM10 development enviroment ............................................................................ 11 5.1 Source code ............................................................................................................ 11 5.2 Firmware download ................................................................................................. WIZ-SM10 H IGURE ...

Page 4

... WIZ-SM10 module is designed for Serial to Ethernet application, especially the connection with smart metering devices using 2 UART and SPI interfaces, etc. RS-232, RS-485, M-bus, MicroSD memory, Wi-Fi and Zigbee modules, all of them can be connected with WIZ-SM10 via the UART and SPI interface. In terms of accessories, the firmware code matched with WIZ-SM10 and configuration tool are available ...

Page 5

... Temperature Humidity 1.3 WIZ-SM10 Block diagram The picture below shows the WIZ-SM10 block diagram. STM32F103 and W5100 which are connected via SPI interface are adopted as MCU and Ethernet communication chip respectively. mSD or other SPI devices can be connected with STM32F103’s second SPI interface. RS485 communication is also available using STM32F103’ ...

Page 6

... WIZ-SM10 Hardware Interface The main elements of module are as follows: Face side -. W5100 -.STM32F103 -. Serial flash (optional) Reverse side -. Connector (2mm pitch) Figure 1. WIZ-SM10 Hardware Interface (WIZnet Co., Ltd.) WIZ-SM10 Datasheet 3 ...

Page 7

... Hardware Specifications 2.1 Dimension Figure 2. WIZ-SM10 Dimensions (unit: mm) (WIZnet Co., Ltd.) WIZ-SM10 Datasheet A Top view D Bottom view (mirrored) A 55.0 B 35.0 C 17.5 D 4 ...

Page 8

... (WIZnet Co., Ltd.) WIZ-SM10 Datasheet GPIO_0 GPIO_1 GPIO_2 JTMS JTCK JTDI JTDO JNTRST R7 SPI_NSS2 10K SPI_SCK SPI_MISO SPI_MOSI JP1 Signal /ACT_LED Low active, Active LED GND System Ground GND System Ground ...

Page 9

... Table 2. Pin Header Connector PIN-Assignment (WIZnet Co., Ltd.) WIZ-SM10 Datasheet JP2 Signal 3V3D 3.3V Power supply input GPIO_0 Programmable GPIO signal 3V3D 3.3V Power supply input GPIO_0 Programmable GPIO signal GND System Ground GPIO_0 Programmable GPIO signal ...

Page 10

... WIZ-SM10 Base board WIZ-SM10 Base board is designed for evaluate WIZ-SM10’s performance. The main elements of base board are as follows. 3.1 Hardware Interface of WIZ-SM10 Base board 3.1.1 Power supply 5v and 3.3v power are available via USB interface and related regulator. If power is properly set, LED D4 will turn on. SW3 is Power switch. SW2 is reset switch which is low active. ...

Page 11

... Through corresponding RS232 transceivers, UART1 and UART2 connect with P1 and P2 DB9 interface respectively. Besides basic TX and RX communication, RTS and CTS are also available as long as making the best of I/O. WIZ-SM10 base board provides UART1’s signal interface, as shown in picture below. By that, UART1 can be used for other purpose, such as I/O ...

Page 12

... JP7 and JP8. USART2_TX USART2_RX 4. Get started 4.1 H/W connection In order to implement WIZ-SM10 normally, some pins must be configured properly. 4.1.1 Power and GND -. 3.3V power supply: JP2.1, JP2.3 -. GND: JP2.5, JP2.7, JP2.8, JP2.19, JP2.20, JP1.2, JP1.3, JP1.14 4.1.2 Reset -. JP2.17: For normal initialization, external reset is necessary. ...

Page 13

... When corresponding steps mentioned above and LAN cable connection are completed, users can search WIZ-SM10 using matched accessory-configuration tool. If the network parameters of WIZ-SM10 are in the same LAN with configuration tool, the MAC address of WIZ-SM10 will be listed in configuration tool. In order to search WIZ-SM10, configuration tool uses UDP broadcast packet. ...

Page 14

... Users can modify source code according to their own development situations. With respect to compiler, we recommend users to use IAR Workbench for ARM. 5.1 Source code Source code for WIZ-SM10 is consisted of APP, library, Boot and Boot_UART, as shown in picture above. Boot refers to network bootloader which enables application f/w update via Ethernet network ...

Page 15

... Turn on power in base board after connecting serial cable with PC COM port. 3) Run Flash loader program and configure COM port COM port setting is OK, press next and then you will see the picture below. 5) Press next and choose WIZ_SM_UART1_Boot.bin in this dialogue window. (WIZnet Co., Ltd.) WIZ-SM10 Datasheet ...

Page 16

... The directory of WIZ_SM_UART1_Boot.bin is: \Boot_UART\IAP\project\EWARM\BOOT_FLASH\Exe. 6) Press next and then Flash will be written. 7) After 6), press close to end Flash loader program. 8) Turn off power. Shift J5 to normal situation (non-short situation). 9) Turn on power and then UART bootloader will run. This bootloader firstly check whether JP1 ‘ pin (SW_INPUT) is low or not ...

Page 17

... Select “Transmit(T)” in terminal menu toolbar, a new window will appear. In this window, users should select their application firmware file and protocol as Ymodem. Finally press “Send” button, the firmware will be sent to MCU. 12) Now type “2” in keyboard to run downloaded application firmware. (WIZnet Co., Ltd.) WIZ-SM10 Datasheet set the sending 14 ...

Page 18

... Co., Ltd.) WIZ-SM10 Datasheet 15 ...

Related keywords