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

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
PMP
The Parallel Master Port(PMP) is a parallel 8-bit I/O module specifically designed to communicate
with a wide variety of parallel devices. Key features of the PMP module are:
Relevant Functions:
setup_pmp
(options,address_mask)
setup_psp
(options,address_mask)
pmp_write (data)
psp_write(address,data)/
psp_write(data)
pmp_read( )
psp_read(address)/
psp_read()
pmp_address(address)
pmp_overflow()
pmp_input_full()
psp_input_full()
pmp_output_full()
psp_output_full()
Relevant Preprocessor:
None
Relevant Interrupts :
#INT_PMP
Relevant Include Files:
None, all functions built-in
Relevant getenv() parameters:
None
76
· 8 Data lines
· Up to 16 Programmable Address Lines
· Up to 2 Chip Select Lines
· Programmable Strobe option
· Address Auto-Increment/Auto-Decrement
· Programmable Address/Data Multiplexing
· Programmable Polarity on Control Signals
· Legacy Parallel Slave(PSP) Support
· Enhanced Parallel Slave Port Support
· Programmable Wait States
This will setup the PMP module for various mode and specifies
which address lines to be used.
This will setup the PSP module for various mode and specifies
which address lines to be used.
Write the data byte to the next buffer location.
This will write a byte of data to the next buffer location or will write
a byte to the specified buffer location.
Reads a byte of data.
psp_read() will read a byte of data from the next buffer location
and psp_read ( address ) will read the buffer location address.
Configures the address register of the PMP module with the
destination address during Master mode operation.
This will return the status of the output buffer underflow bit.
This will return the status of the input buffers.
This will return the status of the input buffers.
This will return the status of the output buffers.
This will return the status of the output buffers.
Interrupt on read or write strobe

Related parts for PCDIDE COMPILER