101-1285 Rabbit Semiconductor, 101-1285 Datasheet - Page 51

DEV KIT DELUXE MINICORE RCM5600W

101-1285

Manufacturer Part Number
101-1285
Description
DEV KIT DELUXE MINICORE RCM5600W
Manufacturer
Rabbit Semiconductor
Series
MiniCore™r
Type
Transceiver, 802.11 b/gr
Datasheet

Specifications of 101-1285

Frequency
2.4GHz
Processor To Be Evaluated
Rabbit 5000
Processor Series
RCM5600W
Interface Type
RS-232, USB, PCI
Maximum Operating Temperature
+ 55 C
Minimum Operating Temperature
- 30 C
Operating Supply Voltage
3.15 V to 3.45 V
Silicon Manufacturer
Rabbit Semiconductor
Silicon Family Name
RabbitCore
Kit Contents
Board
Features
On-board Single-Chip 802.11b/g Transceiver, Built-In Web Server
Development Tool Type
Hardware /
Rohs Compliant
Yes
For Use With/related Products
RCM5600W
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
316-1161
DESCRIPTION
PARAMETERS
RETURN VALUE
OEM User’s Manual
int sbfWriteFlash(unsigned long flashDst, void* Src,
unsigned len);
Writes len bytes (up to 64K) to physical address flashDst from Src.
Keep calling sbfWriteFlash() until it returns zero or a negative error code. A pos-
itive return value indicates that the serial flash SPI port is being used by another device.
If you are using µC/OS-II and _SPI_USE_UCOS_MUTEX is #defined, you may
call sbfWriteFlash()just once. If more than _SPI_MAXTIME milliseconds
elapse while waiting for the SPI port to become available, one of the following two run-
time errors will occur: ERR_SPI_MUTEX_ERROR (when using µC/OS-II) or -ETIME
(if not using µC/OS-II).
NOTE: This function call is not power-fail safe. The writeUserBlock() function
flashDst
Src
len
0 if successful.
-1 if an attempt was made to write to the user/ID block or program area.
The return values below apply only if _SPI_USE_UCOS_MUTEX is not #defined:
call provides a safer way to store critical data using redundant copies.
-EBUSY
positive
if more than _SPI_MAXTIME milliseconds elapse while waiting for the SPI port to become
available, one of the following two runtime errors will occur: ERR_SPI_MUTEX_ERROR
(when using µC/OS-II) or -ETIME (if not using µC/OS-II).
N
to indicate a busy writing to the serial flash
to indicate that the SPI port is being used by device n
the physical address of the flash destination
near pointer to the source data
the number of bytes to write
sbfWriteFlash
45

Related parts for 101-1285