Commit 61d74405 authored by hu's avatar hu

修改配置文件,调整未定义的全局变量,在未定义时使用定义为0

parent 587aca2e
...@@ -106,7 +106,7 @@ _RESET: ...@@ -106,7 +106,7 @@ _RESET:
cmp r7, r6 -- is only retention RAM available? cmp r7, r6 -- is only retention RAM available?
be 5f -- skip initialization of RAM be 5f -- skip initialization of RAM
mov r0, r1
1: 1:
st.dw r0, 0[r6] st.dw r0, 0[r6]
addi 8, r6, r6 addi 8, r6, r6
...@@ -160,7 +160,7 @@ __unused_isr: ...@@ -160,7 +160,7 @@ __unused_isr:
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
.global _RESET .global _RESET
.offset 0x0000 .offset 0x00000
__ex_entry: __ex_entry:
#if (RESET_ENABLE > 0x00000000) #if (RESET_ENABLE > 0x00000000)
.extern _RESET .extern _RESET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment