$EEPLEAVE
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "<div id="idcontent"><div id="innerdiv"> = <span class="f_Header">Action</span><br/> = Instructs the compiler not to recreate or erase the EEP file. <span style="font-family:...")
Newer edit →
(Created page with "<div id="idcontent"><div id="innerdiv"> = <span class="f_Header">Action</span><br/> = Instructs the compiler not to recreate or erase the EEP file. <span style="font-family:...")
Newer edit →
Revision as of 22:32, 31 January 2013
Contents |
Action
Instructs the compiler not to recreate or erase the EEP file.
Syntax
$EEPLEAVE
Remarks
When you want to store data in the EEPROM, and you use an external tool to create the EEP file, you can use the $EEPLEAVE directive.
Normally the EEP file will be created or erased, but this directive will not touch any existing EEP file.
Otherwise you would erase an existing EEP file, created with another tool.
See also
Example
NONE