新聞中心

EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > TQ2440國嵌學院gboot-代碼的搬移

TQ2440國嵌學院gboot-代碼的搬移

作者: 時間:2016-11-26 來源:網(wǎng)絡 收藏
比較簡單,就不一一介紹了

copy_to_ram:
ldr r0, =0x0
ldr r1, =0x30008000
add r3, r0, #1024*4

本文引用地址:http://m.butianyuan.cn/article/201611/321968.htm

copy_loop:
ldr r2, [r0], #4
str r2, [r1], #4
cmp r0, r3
bne copy_loop

mov pc, lr



關(guān)鍵詞: TQ2440國嵌學院gboot代

評論


技術(shù)專區(qū)

關(guān)閉