Embedded TCP/IP stack: fnet_cpu_flash_write

FNET

fnet_return_t fnet_cpu_flash_write ( fnet_uint8_t *  dest,
const fnet_uint8_t *  data 
)

Writes the specified data to the Flash memory.

Parameters
destDestination address in the Flash to write to.
dataPointer to the block of data to write to the Flash memory Size of the data block must be equal to FNET_CFG_CPU_FLASH_PROGRAM_SIZE.
Returns
This function returns:
See also
fnet_cpu_flash_erase()

This function copies FNET_CFG_CPU_FLASH_PROGRAM_SIZE bytes pointed by data to the Flash memory pointed by dest.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net