_write_flash24 Function

Write a row of Flash memory with 24-bit data. The length of a row is _FLASH_ROW words. Note that the row must be erased before any write can be successful.

Include

<libpic30.h>

Prototype

void _write_flash24(_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 24-bit data.

File

flash_helper.c