Share via


Boot Loader Flash Functions (Windows Embedded CE 6.0)

1/5/2010

The following table shows the boot loader flash memory functions.

Programming element Description

OEMContinueEraseFlash

This function is called periodically by the BLCOMMON framework during download to provide a means to continue the flash block erasing operation while a download is taking place.

OEMFinishEraseFlash

This function is called by the BLCOMMON framework when it is about to write the image to flash memory.

OEMIsFlashAddr

This function determines whether the address provided lies in a platform's flash or RAM address range.

OEMStartEraseFlash

This function is called by the BLCOMMON framework to initiate the flash memory erasing process.

OEMWriteFlash

This function is called by the BLCOMMON framework to write the image that might be stored in a RAM file cache area to flash memory.

See Also

Other Resources

Required Boot Loader Functions