arm技术
hzpeterchen
hzpeterchen@gmail.com
cn.linkedin.com/in/hzpeterchen/
展开
-
RealViewICE的使用
# How to install realview ICE at ubuntu 8.04? 0. Get RVDS4.01. Make sure some of the files at RVDS4.0 having write/execution attribute(If the attribute is differ with CDs)2. execute setuplinux.原创 2010-02-25 09:39:00 · 807 阅读 · 0 评论 -
arm的little endian示例
arm is little-endian for both image and memory, take u-boot.bin as an example:hexer u-boot.bin00000000: 12 00 00 ea 14 f0 9f e5 14 f0 9f e5 14 f0 9f e5 ................00000010: 14 f0 9f e原创 2010-02-26 09:18:00 · 677 阅读 · 0 评论 -
arm汇编相关
#cmpRn - Rm(operand) #tstlogical AND #LDR用法(摘自ARM嵌入式系统开发一书)数据 基址寄存器 示例mem[base+offset] 基址寄存器加上偏移 ldr r0,[r1,#offset]!mem[base+offset] 不变原创 2010-02-25 09:35:00 · 690 阅读 · 0 评论