_erase_flash Function

Erase a page of Flash memory. The length of a page is _FLASH_PAGE words (1 word = 3 bytes = 2 PC address units).

Include

<libpic30.h>

Prototype

void _erase_flash(_prog_addressT dst);

Argument

dst destination memory address

Return Value

None.

Remarks

None.

Default Behavior

Erase a page of Flash memory.

File

flash_helper.s