Explain memory mapped i/o and i/o mapped i/o schemes?
Answers
Answered by
3
Memory mapped I/O is mapped into the same address space as programmemory and/or user memory, and is accessed in the same way. I/O mapped I/O (also known as port mapped I/O) uses a separate, dedicated address space and is accessed via a dedicated set ofmicroprocessor instructions.
Similar questions