Commit 7a111b47 authored by 李茂军's avatar 李茂军

Merge branch 'LYK' into 'dev'

fix: 添加section, 将SRAM与函数关联起来

See merge request !36
parents 7780a58f fc8d7d25
......@@ -12,8 +12,8 @@ LR_IROM1 0x0000c400 0x00073C00 { ; load region size_region
RW_IRAM1 0x20000000 0x0000FF00 { ; RW data
.ANY (+RW +ZI)
}
RW_IRAM2 0x2000FF00 0x00000100 {
.ANY (+RW +ZI)
RW_IRAM2 0x2000FF00 0x00000100 { ; RW data
.ANY (RW_FUNC_PLL)
}
}
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