Embedded Systems Question:

Suppose i am using I2C communication, in that first i am sending address of thesalve and then data then after i want to read the data which i was sent recently, in that case before i am reading is there any need to send a stop bit before read?

Tweet Share WhatsApp

Answer:

Before reading the data if you are giving the stop bit then
the communication is stopped.so after sending the data you
will give the stop bit.

Download Embedded Systems PDF Read All 18 Embedded Systems Questions
Previous QuestionNext Question
Write a code in C / Verilog to implement a basic FIR filter?What is an anti aliasing filter? Why is it required?