From da71eca978860b7f201c808ce92e11d779aed0b8 Mon Sep 17 00:00:00 2001 From: midelic Date: Tue, 7 Feb 2017 17:37:23 +0100 Subject: [PATCH] Update Compiling_STM32.md --- docs/Compiling_STM32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 4e0731a..5a09899 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -53,7 +53,7 @@ Flashing precompiled **binaries** is done very simple with the cable setup prese 1. Run the IDE, and on the **Tools** menu, select **Board** and then **Boards manager**. Click on the Arduino DUE (32 Bits ARM-Cortex M3) from the list of available boards. You must do this step, it installs the arm-none-eabi-g++ toolchain! 1. Close and reopen the Arduino IDE and load the Multiprotocol project. 1. In arduino IDE under the **Tools** -> **Board:** select the **Generic STM32F103C series** board -1. Click on the **Verify** button to test compile the before you make any changes. If there are errors check the process above and be sure to have the right version of the Arduino IDE.The binary file generated location is presented at the at the bottom of Arduino IDE compiling whindow.Now continue with flashing procedure. +1. Click on the **Verify** button to test compile the before you make any changes. If there are any errors check the process above and be sure to have the right version of the Arduino IDE.The binary file generated location is presented at the bottom of Arduino IDE compiling window.Now continue with flashing procedure. ### Flashing the multimodule