meiFlashMemorySet

Declaration
long meiFlashMemorySet(MEIFlash flash,
                       void     *dst,
                       void     *src,
                       long     count)
Required Header stdmei.h
Description

FlashMemorySet copies application memory (starting at address src) to count bytes of flash memory (flash, starting at address dst).

You should calculate the dst pointer by considering flash memory as a stream of bytes, because FlashMemoryGet will adjust the pointer for the actual type of flash memory.

XMP Only

flash memory is of type unsigned long *.

Return Values
MPIMessageOK if FlashMemorySet successfully copies application memory to flash memory
See Also meiFlashMemoryGet