Skip to content

Commit 96ef47e

Browse files
committed
readme: bootloader sequence
1 parent ff2a102 commit 96ef47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Customizable Bootloader for STM32 microcontrollers. This example demonstrates ho
1919
- Easy to customize and port to other microcontrollers
2020

2121
## Description
22-
This demo is implemented on a custom hardware [see FIGURE] equipped with a STM32L476VG microcontroller [[1, 2]](#references). The microSD card is connected to the MCU over SDIO interface. The example software 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.
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 example software 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

2424
![System overview](system-overview.png)
2525

@@ -48,7 +48,7 @@ After power-up, the bootloader starts. All three LEDs are flashed for a second,
4848

4949
- If the button is pressed for more than 4 seconds: the bootloader launches ST's built-in bootloader located in the internal boot ROM (system memory) of the chip. For more information, please refer to [[4]](#references). With this method, the bootloader can be updated or even a full chip re-programming can be performed easily, for instance by connecting the hardware to the computer via USB and using the DFU mode [[5, 6]](#references).
5050

51-
[FIGURE: sequence]
51+
![Bootloader sequence](bootloader-sequence.png)
5252

5353
## Source code organization
5454
```

bootloader-sequence.png

55.4 KB
Loading

0 commit comments

Comments
 (0)