Forwarding to external memory when internal memory is implemented #87
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You are right.
This is also correct. But you don't have to place your module's address space so "close" to the internal DMEM address space. For instance, you could use |
Beta Was this translation helpful? Give feedback.
You are right.
The CPU / processor will not raise an exception in this scenario. But there might be an exception if there is no device responding when accessing this specific address.
This is also correct. But you don't have to place your module's address spa…