Update Compiling_STM32.md

This commit is contained in:
pascallanger 2018-09-03 19:11:33 +02:00 committed by GitHub
parent 51ba7cf75c
commit 3902ed19b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@ In order to flash the bootloader the **BOOT0** jumper must be installed connecti
1. Verify that you have selected the upload method **Upload via Serial inc. Bootloader (FTDI)** 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. In the Arduino IDE click **Sketch -> Upload**, or press **Ctrl+U**
Output will look similar to this:
```