18.3 PPS Outputs

Each digital peripheral has a dedicated Pin Rxy Output Source Selection (RxyPPS) register, with which the pin output source is selected. With few exceptions, the port TRIS control associated with that pin retains control over the pin output driver. Peripherals that control the pin output driver as part of the peripheral operation will override the TRIS control as needed. The I2C module is an example of such a peripheral.

Important: The notation ‘Rxy’ is a placeholder for the pin identifier. The ‘x’ holds the place of the PORT letter and the ‘y’ holds the place of the bit number. For example, Rxy = RA0 for the RA0PPS register.

The table below shows the output codes for each peripheral, as well as the available Port selections.

Table 18-2. PPS Output Selection Table
RxyPPSOutput Source
0x3ECLBDEBUG0
0x3DCLBPPSOUT7
0x3CCLBPPSOUT6
0x3BCLBPPSOUT5
0x3ACLBPPSOUT4
0x39CLBPPSOUT3
0x38CLBPPSOUT2
0x37CLBPPSOUT1
0x36CLBPPSOUT0
0x35-0x24Reserved
0x23ADGRDB
0x22ADGRDA
0x21CLKR
0x20Reserved
0x1FTMR0
0x1EReserved
0x1DReserved
0x1CSDA1/SDO1(1)
0x1BSCL1/SCK1(1)
0x1AC2OUT
0x19C1OUT
0x18DT2
0x17Reserved
0x16TX2/CK2
0x15DT1
0x14Reserved
0x13TX1/CK1
0x12-0x0FReserved
0x0EPWM2S1P2_OUT
0x0DPWM2S1P1_OUT
0x0CPWM1S1P2_OUT
0x0BPWM1S1P1_OUT
0x0ACCP2
0x09CCP1
0x08-0x05Reserved
0x04CLC4OUT
0x03CLC3OUT
0x02CLC2OUT
0x01CLC1OUT
0x00LATxy
Note:
  1. Bidirectional pin. The corresponding input must select the same pin.