On Mon, Jul 11, 2011 at 1:41 PM, Mahr, Stefan <stefan.m...@sphairon.com> wrote:
>> When you start shifting out LSB (bit) from the BE host, will you start
>> shifting out contents of address 0x3, or the address 0x0 ? In my
>> opinion, it will be content of the addr 0x3 that will be shifted out
>> first (as it holds bits 0:7 for on the BE host).
>
> Yes, if BE target shifts out an 32 bit value from address 0, it will
> begin with bit0:7, that is byte address 0x03 at targets memory.

And host will do the same. When it shifts out 32-bit value , it will
put contents of it's address 0x3 to output buffer[0] and send this
first.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to