Quantcast
Channel: 蓝牙论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 7485

2640R2F OAD bim_main地址跳转疑问:拷贝code之后, MOV R0, #0x0010这里是到metadata区了吗?

$
0
0
 R2 bim中
 asm(" MOV R0, #0x0010 ");     ///这里是越过 metadata??
  asm(" LDR R1, [R0, #0x4] ");   ///offset 4,这里不是ver吗???

  // Reset the stack pointer,
  asm(" LDR SP, [R0, #0x0] ");

  // And jump.
  asm(" BX R1 ");


疑问:  asm(" LDR R1, [R0, #0x4] ");   ///这里 offset 4,不是metadata中的ver 吗??? 
还是示图中“Off-Chip OAD Memory Layout”标明的我没看懂?如下图:

Viewing all articles
Browse latest Browse all 7485

Trending Articles