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
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
It might work for some limited applications if vtables and perhaps statics weren't used, but in general it's not currently supported. You could possibly imagine the bootloader doing some runtime patching or moving code around to make it work, but it wouldn't be simple.
Hello!
From what I can gather, cortex-m-rt doesn't currently support being compiled with position independent code.
I would like to have multiple applications on the flash, and have the bootloader chooses which one to run by just changing the VTOR.
Is it possible to have this work?
The text was updated successfully, but these errors were encountered: