On Mon, Aug 20, 2012 at 9:15 PM, Spencer Oliver <[email protected]> wrote: > > reverting c3074f377c1da33ca8ba8493826e1b52351eebc6 is not enough, as 16bit > reads still fail. >
I can confirm that there was an issue even before c3074f37. However, it's not the same behavior. str750test.cfg: script interface/ftdi/jtagkey.cfg script target/str750.cfg init halt mww 0x40000000 0x76543210 mdw 0x40000000 1 mdh 0x40000000 2 mdb 0x40000000 4 shutdown with c3074f37: 0x40000000: 76543210 0x40000000: 0000 0000 0x40000000: 00 00 00 00 before c3074f37: 0x40000000: 76543210 0x40000000: 0000 7654 0x40000000: 00 00 00 76 So even if we scan all bits, there's still some endianness issue. /Andreas ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
