<< Previous | Next >>

vram2root

int vram2root( void * dest, int start, int length );

Description

This function copies data from the VBAT RAM. Tamper detection on the Rabbit 4000 erases the VBAT RAM with any attempt to enter bootstrap mode.

Parameters

dest
The address to which the data in the VBAT RAM will be copied.

start
The start location within the VBAT RAM (0-31).

length
The length of data to read from VBAT RAM. The length should be greater than 0.

The parameters length + start should not exceed 32.

Library

VBAT.LIB

See Also

root2vram


Dynamic C Functions << Previous | Next >> rabbit.com