W dniu 2012-05-26 14:23, Mathias K. pisze:
> i got different results with mdw/mdh/mdb. Is there any issue on arm7 and half 
> word and byte read?

If you mean ARM7 as ARMv4 architecture and ARM7TDMI core - it does not 
support unaligned read/writes, so your mdw results are probably wrong 
anyway (usually reading unaligned address returns data from aligned 
address, starting 1-3 bytes earlier, or a mix of data around that point).

Second thing is that a controller may not support byte or half-word 
reads/writes at some memory areas, and your address (0x008...) doesn't 
look like a typical RAM or flash that would support such features for sure.

4\/3!!

------------------------------------------------------------------------------
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
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to