Merge pull request #1100 from SummerGGift/stm32f429_flash

[BSP]: fix eth init error && add stm32f429_flash.sct for stm32f429-apollo bsp
This commit is contained in:
Bernard Xiong 2017-12-13 09:56:43 +08:00 committed by GitHub
commit f4353bec2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -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);

View File

@ -0,0 +1,15 @@
; *************************************************************
; *** 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)
}
}