From a53046bf12b440552f2c8187827ff024bd403f2d Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Sat, 9 Dec 2017 10:20:29 +0000 Subject: [PATCH] Update Compiling_STM32.md --- docs/Compiling_STM32.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index e17be7c..17965e1 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -117,7 +117,9 @@ The wiring for the USB-to-TTL adapter is: ### Burn the bootloader If you are using **Upload via Serial** you can skip this step and proceed to [Upload via Serial](#upload-via-serial). -If you have selected either **Flash from TX** or **Upload via USB** the module will need to install the appropriate bootloader. The bootloader only needs to be installed once unless you decide to switch from one upload method to the other. +If you have selected either **Flash from TX** or **Upload via USB** the module will need to install the appropriate bootloader, which is selected automatically based on the Upload Method selection. + +The bootloader only needs to be installed once unless you decide to switch from one upload method to the other. In order to flash the bootloader the **BOOT0** jumper must be installed. The location of **BOOT0** varies by hardware module. @@ -128,7 +130,7 @@ In order to flash the bootloader the **BOOT0** jumper must be installed. The lo 1. Install the **BOOT0** jumper as described above 1. Switch on the transmitter -1. Verify that you have selected the correct upload method under **Tools -> Upload Method** +1. Verify that you have selected the desired upload method under **Tools -> Upload Method** 1. Verify that you have selected **stm32flash (FTDI)** as the programmer under **Tools -> Programmer** 1. Verify that the USB-to-TTL adapter is correctly connected to your module and you have selected the correct port under **Tools -> Port** 1. Click on **Tools -> Burn Bootloader**