I2C Bus in PIC - MCQs with answers

I2C Bus in PIC - MCQs with answers


1. Which bits assist in determining the I2C bit rate during the initialization process of MSSP module in I2C mode?

a. SSPADD
b. SSPBUF
c. Both a & b
d. None of the above

View Answer / Hide Answer

ANSWER: a. SSPADD



2. Which command/s should be essentially written for I2C input threshold selection and slew rate control operations?

a. SSPSTAT
b. SSPIF
c. ACKSTAT
d. All of the above

View Answer / Hide Answer

ANSWER: a. SSPSTAT



3. Where does the baud rate generation occur and begins to count the bits required to get transmitted, after an execution (set) of BF flag?

a. SCL line
b. SDA line
c. Both a & b
d. None of the above

View Answer / Hide Answer

ANSWER: b. SDA line



4. How many upper bits of SSPSR are comparable to the address located in SSPADD especially after the shifting of 8 bits into SSPSR under the execution of START condition?

a. 7
b. 8
c.16
d.32

View Answer / Hide Answer

ANSWER: a. 7


Post your comment