PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 249

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
read_configuration_memory( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
read_eeprom( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
read_configuration_memory(ramPtr, n)
ramPtr is the destination pointer for the read results
count is an 8 bit integer
undefined
Reads n bytes of configuration memory and saves the values to ramPtr.
All
Nothing
int data[6];
read_configuration_memory(data,6);
None
write_configuration_memory(), read_program_memory(),
Overview
value = read_eeprom (address , [N] )
address is an (8 bit or 16 bit depending on the part) int
N specifies the number of EEPROM bytes to read
variable a specified location to store EEPROM read results
pointer is a pointer to location to store EEPROM read results
An 16 bit int
By default the function reads a word from EEPROM at the specified address. The
number of bytes to read can optionally be defined by argument N. If a variable is
used as an argument, then EEPROM is read and the results are placed in the
variable until the variable data size is full. Finally, if a pointer is used as an
argument, then n bytes of EEPROM at the given address are read to the pointer.
This command is only for parts with built-in EEPROMS
Nothing
#define LAST_VOLUME
volume = read_EEPROM (LAST_VOLUME);
None
write_eeprom(),
read_eeprom( address , pointer , N )
read_eeprom( address , variable )
Data Eeprom Overview
10
Configuration Memory
235

Related parts for PCWHD IDE COMPILER