Difference between revisions of "Bootloading"
From Wiki at Neela Nurseries
m (Add link to Silabs AN1011 EFM32 stand alone bootloader document.) |
m (Link to RP2040 bootloader by Brian Starkey.) |
||
Line 31: | Line 31: | ||
* https://www.st.com/resource/en/application_note/an3155-usart-protocol-used-in-the-stm32-bootloader-stmicroelectronics.pdf | * https://www.st.com/resource/en/application_note/an3155-usart-protocol-used-in-the-stm32-bootloader-stmicroelectronics.pdf | ||
+ | |||
+ | RP2040 bootloaders: | ||
+ | |||
+ | * https://blog.usedbytes.com/2021/12/pico-serial-bootloader/ RP2040 bootloader by Brian Starkey | ||
+ | |||
Revision as of 05:03, 5 August 2022
2022-08-01 Notes on bootloaders for microcontrollers
A starting point, which links to five articles on differing bootloading approaches:
-
13 Aug 2019 by François Baldassari
2022-08-03
What is a serial bootloader and how is it used?
Following link gives Silabs example, but is not a good general explanation:
- https://community.silabs.com/s/article/what-is-serial-bootloader-and-how-to-use-it-x?language=en_US
- https://www.silabs.com/documents/public/application-notes/AN1011-efm32-standalone-programmer.pdf
Atmel bootloader:
STMicro bootloader:
RP2040 bootloaders:
- https://blog.usedbytes.com/2021/12/pico-serial-bootloader/ RP2040 bootloader by Brian Starkey