User`s manual
MiniCore RCM5700/RCM6700 User’s Manual rabbit.com 24
Once you have loaded and executed these sample programs and have an understanding of how
Dynamic C and the RCM5700/RCM6700 modules interact, you can move on and try the other
sample programs, or begin developing your own application.
3.2.1 Use of Serial Flash (not supported for RCM5700/RCM5710)
The following sample programs from the
SAMPLES\RCM5700\Serial_Flash
folder may be used
with the RCM5750/RCM5760 models.
•
SERIAL_FLASHLOG.C
—This program runs a simple Web server and stores a log of hits on the
home page of the serial flash “server.” This log can be viewed and cleared from a browser at
http://10.10.6.100/. You will likely have to first “configure” your network interface card for a
“10Base-T Half-Duplex,” “100Base-T Half-Duplex,” or an “Auto-Negotiation” connection on
the “Advanced” tab, which is accessed from the control panel (Start > Settings > Control
Pane
l) by choosing Network Connections.
•
SFLASH_INSPECT.C
—This program is a handy utility for inspecting the contents of a serial
flash chip. When the sample program starts running, it attempts to initialize a serial flash chip
on Serial Port B. Once a serial flash chip is found, the user can perform five different com-
mands to print out the contents of a specified page, print out the contents of a range of pages,
clear (set to zero) all the bytes in a specified page, set all bytes on the specified page to a given
value, or save user-specified text to a selected page.