On Mon, Jul 11, 2011 at 1:50 PM, Mahr, Stefan <stefan.m...@sphairon.com> wrote:
>>>> 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.
>> I am talking about BE host, off course.
>>
>> LE host will put contents of it's 0x0 address to buffer[0] and send
>> this out first.
>
> Yes, that's the way buf_get_u32 and buf_set_u32 works.

OK,
I think that things are clear now, and as I see it patching all the
functions in PrAcc as you suggested seem to be realistic fix...

BR,
Drasko
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to