Is the bootloader host code available in some form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-21 6:26 AM
I am working on a project where several STM32L0xx processors will be running under a Raspberry Pi 4+ system. The desire is to be able to use the SystemBootloader on these to be able to do firmware updates. I know that the documentation from ST is enough to beable to write such an application from scratch, but I was wondering if the core code might already be available.
Since this would be done as a sub-task to an application, no GUI or even CLI, it would be preferable of the code was in 'C', but anything would be a help to get started.
Thanks
- Labels:
-
Bootloader
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-21 6:33 AM
Many people have written examples over the years.
A good example might be the Arduino firmware update tool for the MKR WAN 1300 that's on GitHub for sure.
This is a topic thats been covered here before.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-21 6:43 AM
They dont discole the code.
But they do some efforts to give you opensource options
https://github.com/STMicroelectronics/stm32-mw-openbl
