Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Required Boot Loader Functions
Send Feedback on this topic to the authors