FLASH_write

Description

Write binary value to 14 bit instruction word held in code memory

Definition

FLASH_write(uint addr, uint val)

Library

LIB/flash_lib.bas

Usage

On entry:
addr is the word address in the code memory of the PIC
val is the 14 bit value to be written to the code memory of the PIC

see FLASH description for a more detailed description

On exit:
There is no return value