The Master generates a Start condition by setting the SEN
bit.
SSPxIF is set by hardware on completion of the Start.
SSPxIF is cleared by software.
Software writes SSPxBUF with
the slave address to transmit and the R/W bit set.
Address is shifted out the SDA pin until all eight bits are transmitted. Transmission begins as soon as SSPxBUF is written to.
The MSSP module shifts in the ACK value from the slave device and writes it into the ACKSTAT bit.
The MSSP module generates an interrupt at the end of the ninth clock cycle by setting the SSPxIF bit.
Software sets the RCEN bit and the master clocks in a byte from the slave.
After the eighth falling edge of SCL, SSPxIF and BF
are set.
Master clears SSPxIF and reads the received byte from SSPxBUF,
which clears BF.
Master clears the ACKDT bit and initiates the ACK sequence by setting the ACKEN bit.
Master’s ACK is clocked out to the slave and SSPxIF is set.
User clears SSPxIF.
Steps 8-13 are repeated for each received byte from the slave.
Master sends a NACK or Stop to end communication.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.