Skip to content

Commit cd761f7

Browse files
committed
changelog copied from release v1.03
1 parent 5362f6c commit cd761f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Customizable Bootloader for STM32 microcontrollers. This example demonstrates ho
2121
## Description
2222
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.
2323

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+
2426
![System overview](system-overview.png)
2527

2628
*Figure 1: System overview*
@@ -95,3 +97,5 @@ The bootloader can be widely configured in the `bootloader.h` file. The file inc
9597
[5] AN3156, "USB DFU protocol used in the STM32 bootloader", http://www.st.com/resource/en/application_note/cd00264379.pdf
9698

9799
[6] UM0412, "Getting started with DfuSe USB device firmware upgrade", http://www.st.com/resource/en/user_manual/cd00155676.pdf
100+
101+
[7] STM32L496VG, http://www.st.com/en/microcontrollers/stm32l496vg.html

0 commit comments

Comments
 (0)