PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 319

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
write_configuration_memory( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
write_eeprom( )
Syntax:
Parameters:
Returns:
Function:
write_eeprom (address, value)
write_eeprom ( address , pointer , N )
address is the 0 based starting location of the EEPROM write
N specifies the number of EEPROM bytes to write
value is a constant or variable to write to EEPROM
pointer is a pointer to location to data to be written to EEPROM
undefined
This function will write the specified value to the given address of EEPROM. If
pointers are used than the function will write n bytes of data from the pointer to
EEPROM starting at the value of address.
In order to allow interrupts to occur while using the write operation, use the
#DEVICE option WRITE_EEPROM = NOINT. This will allow interrupts to occur
while the write_eeprom() operations is polling the done bit to check if the write
operations has completed. Can be used as long as no EEPROM operations are
performed during an ISR.
write_configuration_memory (dataptr, count)
dataptr: pointer to one or more bytes
count: a 8 bit integer
undefined
Erases all fuses and writes count bytes from the dataptr to the configuration memory.
All PIC18 flash devices
Nothing
int data[6];
write_configuration_memory(data,6)
None
write_program_memory(), Configuration Memory Overview
305

Related parts for PCDIDE COMPILER