.

meiFlashMemoryGet

Declaration

 
long meiFlashMemoryGet(MEIFlash    flash,
                       void        *dst,
                       const void  *src,
                       long        count)
 

Required Header: stdmei.h
Change History: Modified in the 03.03.00

Description

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

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

meiFlashMemoryGet(...) is a low-level method that reads directly from actual flash memory and is called primarily by other flash methods, while meiFlashDataGet(...) reads from the flash cache and is called only by applications and utilities.

 
Return Values
MPIMessageOK  

See Also

meiFlashMemorySet

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering