6.3 Ethernet Settings
By default, Debug Adapters (ISA3)s are configured to get an IP address via DHCP. They are assigned hostnames of EM-ISA3-00, EM-
ISA3-01, etc. You can use the development environment to discover the Debug Adapters (ISA3) on the network and see their IP ad-
dresses.
If you are unable to use DHCP, the ISA3 Ethernet configuration may be changed using the admin interface over USB as described in
section
6.4 Using the Admin Interface over USB
. The following example changes the settings to a static IP address of 192.168.1.100
with a netmask of 255.255.255.0 and a gateway of 192.168.1.1.
>em3xx_isa.exe --admin "ip static 192.168.1.100 255.255.255.0 192.168.1.1"
em3xx_isa version 1.0.9
DLL version 1.0.13, compiled Aug 19 2009 19:42:00
Success: ip: (after reboot) static 192.168.1.100 255.255.255.0
>em3xx_isa.exe --admin "ip dhcp off"
em3xx_isa version 1.0.9
DLL version 1.0.13, compiled Aug 19 2009 19:42:00
Success: ip: (after reboot) DHCP off
You must reset the ISA3 after this configuration change either by power cycling the device or with the
reset
command.
You can change the hostname to make it more descriptive or to avoid conflicts if Debug Adapters (ISA3)s from multiple development
kits are connected to the same network. To change the hostname, use the admin command
hostname set <hostname>
.
6.4 Using the Admin Interface over USB
1. Connect the Debug Adapter (ISA3) to the PC using USB. Only connect one Debug Adapter (ISA3) at a time by USB.
2. Run em3xx_isa.exe with the --admin option.
3. Configure the Debug Adapter (ISA3) using the commands described in section
7. Debug Adapter (ISA3) Commands
.
6.5 Using the Admin Interface over Ethernet
1. Connect the Debug Adapter (ISA3) to the network using Ethernet.
2. Connect to the admin port on the Debug Adapter (ISA3) using either Simplicity Studio or a terminal application:
• Connect to the Debug Adapter (ISA3) using Simplicity Studio. Launch the console. Choose the Admin tab
OR
• Run a terminal application (e.g., Microsoft Telnet Client, HyperTerminal, PuTTY). Connect to port 4902 or 23 on the Debug
Adapter (ISA3).
3. Configure the Debug Adapter (ISA3) using the commands described in section
7. Debug Adapter (ISA3) Commands
.
6.6 Using the Serial Ports
Connect to port 4900 or 4901 on the Debug Adapter (ISA3) using either Simplicity Studio or a terminal application.
Port 4900 connects to the virtual serial port on the EM35x via the Packet Trace Port cable. The virtual serial port has no baud rate or
other settings.
Port 4901 connects to the physical serial port on the EM35x via the Data Emulation Interface (DEI) cable. The default settings are
115200 baud, 8-n-1 (8 data bits, no parity bit, 1 stop bit). To change the default settings, use the port admin command. For example, for
19200 baud, 8-n-1, use the command port 1 19200 8-n-1.
UG110: Ember
®
EM35x Development Kit User Guide
Using the Debug Adapter (ISA3)
silabs.com
| Building a more connected world.
Rev. 1.2 | 21