SW500009 Microchip Technology, SW500009 Datasheet - Page 173

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Library Functions
__EEPROM_DATA
Synopsis
Description
This macro is used to store initial values into the device’s EEPROM registers at the time of program-
ming.
repeatedly to store multiple blocks.
address written to by 8, each time it is used.
Example
See also
__CONFIG()
The macro must be given blocks of 8 bytes to write each time it is called, and can be called
__EEPROM_DATA() will begin writing to EEPROM address zero, and will auto-increment the
#include <htc.h>
__EEPROM_DATA(a,b,c,d,e,f,g,h)
#include <htc.h>
__EEPROM_DATA(0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07)
__EEPROM_DATA(0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F)
void
main (void)
{
}
159

Related parts for SW500009