_write_flash16 Function

Write a row of Flash memory with 16-bit data. The length of a row is _FLASH_ROW words. The upper byte of each destination word is filled with 0xFF. Note that the row must be erased before any write can be successful.

Include

<libpic30.h>

Prototype

void _write_flash16(_prog_addressT dst, int *src);

Arguments

dst destination memory address
src points to the storage location of data to be written

Return Value

None.

Remarks

None.

Default Behavior

Write a row of Flash memory with 16-bit data.

File

flash_helper.c