未验证 提交 f4353bec 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1100 from SummerGGift/stm32f429_flash

 [BSP]: fix eth init error && add stm32f429_flash.sct for stm32f429-apollo bsp
......@@ -589,4 +589,4 @@ static int rt_hw_stm32_eth_init(void)
return state;
}
INIT_DEVICE_EXPORT(rt_hw_stm32_eth_init);
INIT_APP_EXPORT(rt_hw_stm32_eth_init);
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册