#include <nitro/card.h>
BOOL CARD_WriteFlash(u32 dst, const void *src, u32 len);
dst | The FLASH address of the transfer destination. |
src | Transfer source memory address. |
len | Byte length of data to be written. |
TRUE if the process succeeds. FALSE otherwise.
This function writes data to the FLASH device. The function does not return control until it has finished processing. It returns TRUE if the process was successful or FALSE if it failed. To get the detailed result value when processing fails, call the CARD_GetResultCode
function.
CARD_LockBackup
function.CARD_WriteFlashSector
, when necessary.CARD_GetResultCode, CARD_IsBackupFlash, CARD_WriteFlashAsync, CARD_ReadFlash, CARD_VerifyFlash, CARD_WriteAndVerifyFlash
2007/11/13 Added a description of the fact that some high-capacity flash devices cannot use this function.
2004/12/09 Changed "IO processor" to "ARM7 processor".
2004/08/31 Added a description for the CARD_GetResultCode
function.
2004/08/23 Initial version.
CONFIDENTIAL