Advanced Embedded Systems Question:
Download Questions PDF

Tell me what is read modify write technique?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

☛ Read modify write is a technique used to access the ports.
☛ Here in a single instruction all the three actions are combined.
☛ Here initially the data is read from the port then modified .
☛ At last the value is written back on the port.
☛ This feature saves many lines of code and makes the process easier.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
List out some of the commonly found errors in Embedded Systems?What is parallel address space?