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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Customizable Bootloader for STM32 microcontrollers. This example demonstrates ho
21
21
## Description
22
22
This demo is implemented on a custom hardware (see Figure 1) equipped with a STM32L476VG microcontroller [[1, 2]](#references). The microSD card is connected to the MCU over SDIO interface. The implementation uses the official HAL library of ST [[3]](#references) and is compiled with IAR EWARM. Programming and debugging is performed over SWD with a SEGGER J-Link debug probe.
23
23
24
+
Note: release v1.03 introduces support for the new STM32L496VG microcontroller [[7]](#references). The individual build configurations for different microcontrollers can be selected with a single click in IAR.
25
+
24
26

25
27
26
28
*Figure 1: System overview*
@@ -95,3 +97,5 @@ The bootloader can be widely configured in the `bootloader.h` file. The file inc
95
97
[5] AN3156, "USB DFU protocol used in the STM32 bootloader", http://www.st.com/resource/en/application_note/cd00264379.pdf
96
98
97
99
[6] UM0412, "Getting started with DfuSe USB device firmware upgrade", http://www.st.com/resource/en/user_manual/cd00155676.pdf
0 commit comments