PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 91

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

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

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
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 PCD COMMAND LINE COMPILER