Difference between revisions of "Bootloading"
Jump to navigation
Jump to search
(Created page with " 13 Aug 2019 by François Baldassari * https://interrupt.memfault.com/blog/how-to-write-a-bootloader-from-scratch") |
m |
||
| Line 1: | Line 1: | ||
| + | 2022-08-01 | ||
| + | Notes on bootloaders for microcontrollers | ||
| − | 13 Aug 2019 by François Baldassari | + | |
| + | A starting point: | ||
| + | |||
| + | * https://interrupt.memfault.com/tag/zero-to-main/ | ||
| + | <ul> | ||
| + | 13 Aug 2019 by François Baldassari | ||
* https://interrupt.memfault.com/blog/how-to-write-a-bootloader-from-scratch | * https://interrupt.memfault.com/blog/how-to-write-a-bootloader-from-scratch | ||
| + | </ul> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <!-- EOF --> | ||
Revision as of 17:39, 2 August 2022
2022-08-01 Notes on bootloaders for microcontrollers
A starting point:
-
13 Aug 2019 by François Baldassari