You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 apre_init
with.text
configured likecortex-m/cortex-m-rt/link.x.in
Line 269 in b02ec57
The text was updated successfully, but these errors were encountered: