101-1274 Rabbit Semiconductor, 101-1274 Datasheet - Page 42

KIT DEV STANDARD RCM5700

101-1274

Manufacturer Part Number
101-1274
Description
KIT DEV STANDARD RCM5700
Manufacturer
Rabbit Semiconductor
Series
MiniCore™r
Type
MCUr
Datasheet

Specifications of 101-1274

Interface Type
Ethernet, SPI
Operating Temperature Range
- 40 C to + 85 C
Product
Modules
Silicon Manufacturer
Rabbit Semiconductor
Silicon Family Name
RabbitCore
Kit Contents
Board
Features
10/100 Base-T Ethernet, Serial To Ethernet Bridge
Development Tool Type
Development Kit
Rohs Compliant
Yes
For Use With/related Products
RCM5700
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Contents
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
316-1151
5.2 Dynamic C Function Calls
5.2.1 Digital I/O
The RCM5700/RCM6700 was designed to interface with other systems, and so there are no driv-
ers written specifically for the Rabbit 5000/6000 I/O. The general Dynamic C read and write
functions allow you to customize the parallel I/O to meet your specific needs. For example, use
The sample programs in the Dynamic C
provide further examples.
5.2.2 Serial Communication Drivers
Library files included with Dynamic C provide a full range of serial communications support. The
RS232.LIB
library provides packet-based serial functions where packets can be delimited by the 9th bit, by
transmission gaps, or with user-defined special characters. Both libraries provide blocking func-
tions, which do not return until they are finished transmitting or receiving, and nonblocking func-
tions, which must be called repeatedly until they are finished, allowing other functions to be
performed between calls. For more information, see the Dynamic C Function Reference Manual
and Rabbit’s Technical Note TN213, Rabbit Serial Port Software, both included with the online
documentation.
5.2.3 User Block
None of the user block memory area is reserved. This leaves the address range 0–1FFA in the user
block available for your application.
These address ranges may change in the future in response to the volatility in the flash memory
market, in particular sector size. The sample program
SAMPLES\USERBLOCK
ID and user blocks, whether or not the ID/user blocks are mirrored, the total amount of flash
memory used by the ID and user blocks, and the area of the user block available for your applica-
tion.
The
user block that you are using in your application (the calibration constants in the reserved area and
the ID block are protected).
MiniCore RCM5700/RCM6700 User’s Manual
to set all the Port E bits as inputs, or use
to set all the Port E bits as outputs.
When using the external I/O bus on the Rabbit 5000/6000 chip, add the line
to the beginning of any programs using the auxiliary I/O bus.
USERBLOCK_CLEAR.C
WrPortI(PEDDR, &PEDDRShadow, 0x00);
WrPortI(PEDDR, &PEDDRShadow, 0xFF);
#define PORTA_AUX_IO
library provides a set of circular-buffer-based serial functions. The
folder can be used to determine the version of the ID block, the size of the
sample program shows you how to clear and write the contents of the
// required to enable external I/O bus
SAMPLES\RCM5700 and SAMPLES\RCM6700
rabbit.com
USERBLOCK_INFO.C
in the Dynamic C
PACKET.LIB
folders
42

Related parts for 101-1274