Description
Write binary value to 14 bit instruction word held in code memoryDefinition
FLASH_write(uint addr, uint val)Library
LIB/flash_lib.basUsage
On entry:addr is the word address in the code memory of the PICOn exit:
val is the 14 bit value to be written to the code memory of the PICsee FLASH description for a more detailed description
There is no return value