Advanced Embedded Systems Question:
Tell me what is read modify write technique?
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.
☛ 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.
Previous Question | Next Question |
List out some of the commonly found errors in Embedded Systems? | What is parallel address space? |