-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Description
In link.x.in
there is an ASSERT to prevent _stext
being outside of flash. This prevents e.g. running the code from RAM after loading .text
into RAM inside a pre_init
with .text
configured like
.text :
{
...
} > RAM AT > FLASH
cortex-m/cortex-m-rt/link.x.in
Line 269 in b02ec57
ASSERT(_stext >= ORIGIN(FLASH) && _stext < ORIGIN(FLASH) + LENGTH(FLASH), " |
Metadata
Metadata
Assignees
Labels
No labels