Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stm32f401xe.ld « demo - github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8ae2dbc0c0f7a61ce9251064630940b9792f19a (plain)
1
2
3
4
5
6
7
8
ENTRY(Reset_Handler)
MEMORY
{
	ROM    (rx): ORIGIN = 0x08000000, LENGTH = 512K
	RAM   (rwx): ORIGIN = 0x20000000, LENGTH = 96K
}

INCLUDE sections.ld