Bootpart Functions

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows the Bootpart library functions with a description of each.

Function Description

BP_GetPartitionInfo

Obtains the partition entry for an open partition.

BP_Init

Reads data from a partition.

BP_LowLevelFormat

Erases, verifies, and writes logical sectors in a specified range. This function should be called when preparing flash memory for a download of multiple .bin files.

BP_ReadData

Reads data from a partition.

BP_SetDataPointer

Sets the data pointer of a specified partition. The data pointer stores the logical byte address where the next read or write operation will occur.

BP_WriteData

Writes data to the partition.

See Also

Reference

Bootpart Reference

Concepts

BinFS and the Bootpart Library

Other Resources

Flash Drivers