I have a question related to data fetch, when on gdb debugger I do an address read say as:
X 0x81000000
Then it will fetch 64 bits as you told in reference to Cortex A9
If further I do
X 0x81000004
Will it fetch 64 bits again from 0x81000000 or it will use the previous fetched data.
View all questions in Cortex-A / A-Profile forum