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

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

INCLUDE sections.ld