English
Language : 

20-101-1051 Datasheet, PDF (144/165 Pages) List of Unclassifed Manufacturers – C-Programmable Core Module with NAND Flash Mass Storage and Ethernet
E.1 Load TCP/IP Parameters to the RCM3365 Module
1. Connect the 10-pin PROG connector of the serial programming cable to header J1 on
the RCM3365 module as described in Section 2.2.2. (Do not use the DIAG connector.)
2. Use the File menu to open the sample program SETUPFORCROSSOVER.C, which is in
the Dynamic C SAMPLES\RABBITSYS folder. Press function key F9 to compile and
run the program.
This sample program brings down the Ethernet interface, turns off DHCP, sets the
RCM3365's IP address to 10.10.6.100, sets the netmask to 255.255.255.0, and sets the
default gateway to 10.10.6.1. The RCM3365 module is now set up.
The IP and gateway addresses can be changed in the two macros in the two macros at the
beginning of the sample program:
#define _IPADDR"10.10.6.100"
#define _GATEWAY"10.10.6.1"
To restore the RCM3365 to its default DHCP behavior, uncomment the ENABLE_DHCP
macro:
//#define ENABLE_DHCP
138
RabbitCore RCM3365/RCM3375