Syntax:
PFMWrite (location, value)
Command Availability:
Available on all Microchip PIC microcontrollers with PFM self write capability.
Explanation:
PFMWrite
writes information to the program memory on chips that
support this feature. location
is a word variable, and store
can be a byte of word.
The largest value possible for location
depends on the amount of
program memory on the microcontroller.
This is an advanced command which should only be used by advanced developers.
Example:
For more help, see *PFMRead