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

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
Example Code:
setup_pmp( PAR_ENABLE |
PAR_MASTER_MODE_1 |
PAR_STOP_IN_IDLE,0x00FF
);
If ( pmp_output_full ( ))
{
pmp_write(next_byte);
}
Program Eeprom
The flash program memory is readable and writable in some chips and is just readable in some.
These options lets the user read and write to the flash program memory. These functions are only
available in flash chips.
Relevant Functions:
read_program_eeprom(address)
write_program_eeprom(address, value)
erase_program_eeprom(address)
write_program_memory(address,dataptr,count)
read_program_memory(address,dataptr,count)
write_rom_memory
(address, dataptr, count)
read_rom_memory(address, dataptr, count)
Sets up Master mode with address lines PMA0:PMA7
Reads the program memory location(16 bit or
32 bit depending on the device).
address.
Erases FLASH_ERASE_SIZE bytes in
program memory.
Writes count bytes to program memory from
dataptr to address. When address is a mutiple
of FLASH_ERASE_SIZE an erase is also
performed.
Read count bytes from program memory at
address to dataptr.
Writes
address
Read
address
Writes value to program memory location
count
count
(32 bits)
(32 bits)
bytes to program memory from
bytes to program memory from
77

Related parts for PCWHD IDE COMPILER