-
-
Notifications
You must be signed in to change notification settings - Fork 324
Mbed framework DFU support #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I forgot about interrupt controller configuration. It should use interrupts table at another address with dfu bootloader. So it can't work with linker script alone, it requires editing Mbed framework sources (startup routines). |
I've noticed Mbed supports bootloaders in its configuration ( Now that STM32 platform supports |
I confirm that Mbed can work with DFU bootloader. But I had no luck configuring it in |
Should be fixed in the latest release. |
There are similar issues concerning DFU support in official STM32 Arduino core: #191, #183. Mbed framework doesn't support DFU upload protocol either.
Since all that is needed for DFU support is alternative linker script, I think it can be added even without altering upstream Mbed repo. But even if not, the fix is pretty straightforward. Just add a bunch of linker scripts and pass another option to the linker.
The text was updated successfully, but these errors were encountered: