Using MPLAB X 3.26, XC8 1.37, MCC 3.0.
I used MCC to configure an I2C slave on a PIC18LF18323 part and it correctly set the following PPS items:
SSP1CLKPPSbits.SSP1CLKPPS = 0x0010; //RC0->MSSP1:SCL1;
SSP1DATPPSbits.SSP1DATPPS = 0x0011; //RC1->MSSP1:S..
↧