A modified DAPLink firmware (from JiXin) for STM32F103C6T6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
453 B

LR_IROM1 0x08000000 0x00010000
{
ER_IROM1 0x08000000 0x0004000
{ ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
ARM_LIB_STACK 0x20005000 EMPTY -0x800
{ }
RW_IRAM1 0x20000000 0x2800
{ ; RW data
.ANY (+RW +ZI)
}
RW_USER 0x20002800 0x5000-0x800-0x2800
{
userapp.o (+RW +ZI)
}
}
LR_IROM2 0x08004000 0x0000C000
{
ER_IROM2 0x08004000 0x0000C000
{
*(USERINIT, +First)
userapp.o (+RO)
}
}