This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unaligned data fetch in Cortexa9

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.