20-101-1139 Rabbit Semiconductor, 20-101-1139 Datasheet - Page 51

RCM4310 RABBITCORE

20-101-1139

Manufacturer Part Number
20-101-1139
Description
RCM4310 RABBITCORE
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-101-1139

Module/board Type
MPU Core Module
Product
Microcontroller Modules
Data Bus Width
8 bit
Core Processor
Rabbit 4000
Clock Speed
58.98 MHz
Interface Type
Ethernet
Flash
1 MByte
Timers
10 x 8 bit
Operating Supply Voltage
3.3 V
Board Size
72 mm x 47 mm x 21 mm
For Use With/related Products
RCM4310
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
316-1142

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
20-101-1139
Manufacturer:
RABBIT
Quantity:
1
DESCRIPTION
PARAMETERS
RETURN VALUE
RabbitCore RCM4300 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 zeroa or a negative error code. A
positive 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 dat5a
the number of bytes to write
sbfWriteFlash
51

Related parts for 20-101-1139