Embedded Systems Question:
Download Questions PDF

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?

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 Interview Questions And Answers PDF

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?