Commit 054266ae authored by 赵康弘's avatar 赵康弘

feat: 修改rom大小

parent ee1e4fed
......@@ -68,8 +68,8 @@ CONSTANTS
MEMORY
{
iROM_0 : ORIGIN = 0x00000000, LENGTH = 96k /* Code flash User area */
dBaseROM : ORIGIN = 0x00018000, LENGTH = 64k /* MCAL Driver Database area */
iROM_0 : ORIGIN = 0x00000000, LENGTH = 3584k /* Code flash User area */
dBaseROM : ORIGIN = 0x00380000, LENGTH = 64k /* MCAL Driver Database area */
iROM_1 : ORIGIN = 0x00400000, LENGTH = 32k /* Code flash of PE1 */
iROM_1_TOP : ORIGIN = . , LENGTH = 0
......
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