29.9.5 SSPxCON1
Note:
- In Host mode, the overflow bit is not set since each new reception (and transmission) is initiated by writing to the SSPxBUF register.
- When enabled, these pins must be properly configured as inputs or outputs.
- SSPxADD =
0
is not supported. - Bit combinations not specifically listed here are either reserved or implemented in I2C mode only.
Name: | SSPxCON1 |
Offset: | 0x190,0x19A |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
WCOL | SSPOV | SSPEN | CKP | SSPM[3:0] | |||||
Access | R/W/HS | R/W/HS | R/W | R/W | R/W | R/W | R/W | R/W | |
Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Bit 7 – WCOL
Value | Name | Description |
---|---|---|
1 |
SPI | A write to the SSPxBUF register was attempted while the previous byte was still transmitting (must be cleared by software) |
1 |
I2C Host Transmit | A write to SSPxBUF was attempted while the I2C conditions were not valid for a transmission to be started (must be cleared by software) |
1 |
I2C Client Transmit | The SSPxBUF register is written while it is still transmitting the previous word (must be cleared in software) |
0 |
SPI or I2C Host or Client Transmit | No collision |
x |
Host or Client Receive | Don’t care |
Bit 6 – SSPOV
Value | Name | Description |
---|---|---|
1 |
SPI Client | A byte is received while the SSPxBUF register is still holding the previous byte. The user must read SSPxBUF, even if only transmitting data, to avoid setting overflow. (must be cleared in software) |
1 |
I2C Receive | A byte is received while the SSPxBUF register is still holding the previous byte (must be cleared in software) |
0 |
SPI Client or I2C Receive | No overflow |
x |
SPI Host or I2C Host Transmit | Don’t care |
Bit 5 – SSPEN
Value | Name | Description |
---|---|---|
1 |
SPI | Enables the serial port. The SCKx, SDOx, SDIx, and SSx pin selections must be made with the PPS controls. Each signal must be configured with the corresponding TRIS control to the direction appropriate for the mode selected. |
1 |
I2C | Enables the serial port. The SDAx and SCLx pin selections must be made with the PPS controls. Since both signals are bidirectional, the PPS input pin and PPS output pin selections must be made that specify the same pin. Both pins must be configured as inputs with the corresponding TRIS controls. |
0 |
All | Disables serial port and configures these pins as I/O PORT pins |
Bit 4 – CKP
Value | Name | Description |
---|---|---|
1 |
SPI | Idle state for the clock is a high level |
0 |
SPI | Idle state for the clock is a low level |
1 |
I2C Client | Releases clock |
0 |
I2C Client | Holds clock low (clock stretch), used to ensure data setup time |
x |
I2C Host | Unused in this mode |
Bits 3:0 – SSPM[3:0]
Value | Description |
---|---|
1111 |
I2C Client mode: 10-bit address with Start and Stop bit interrupts enabled |
1110 |
I2C Client mode: 7-bit address with Start and Stop bit interrupts enabled |
1101 |
Reserved - do not use |
1100 |
Reserved - do not use |
1011 |
I2C Firmware Controlled Host mode (client Idle) |
1010 |
SPI Host mode: Clock = FOSC/(4 * (SSPxADD + 1)). SSPxADD must be greater than 0.(3) |
1001 |
Reserved - do not use |
1000 |
I2C Host mode: Clock = FOSC/(4 * (SSPxADD + 1)) |
0111 |
I2C Client mode: 10-bit address |
0110 |
I2C Client mode: 7-bit address |
0101 |
SPI Client mode: Clock = SCKx pin. SSx pin control is disabled |
0100 |
SPI Client mode: Clock = SCKx pin. SSx pin control is enabled |
0011 |
SPI Host mode: Clock = TMR2 output/2 |
0010 |
SPI Host mode: Clock = FOSC/64 |
0001 |
SPI Host mode: Clock = FOSC/16 |
0000 |
SPI Host mode: Clock = FOSC/4 |