From 2e9c4b07a88da5b12a335daf8e0d3bfb5ab0e323 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Wed, 24 Mar 2021 17:15:09 -0500 Subject: [PATCH] remove arduinio ide ref --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c5fcb42..e71c02f 100644 --- a/README.adoc +++ b/README.adoc @@ -138,7 +138,7 @@ You may also flash the `.bin` file directly from STM32CubeProgrammer. If you are 1. Remove SD Card 2. Make sure the STLink is up to date - https://my.st.com/content/my_st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link007.license=1610785194992.product=STSW-LINK007.version=2.37.26.html[Latest Firmware] 3. Connect pins `SWDIO`(2), `GND`(4), `SWCLK`(6), and `3.3v`(8) from the programmer to the Blue Pill. NOTE: These are not the same as Serial ports. -4. Using Arduino Studio Select Tools -> Upload Method -> STLink. +4. Run the PlatformIO: Upload task. 5. You should see the LED `PC_13` flashing indicating no SD Card detected. 6. Insert SD Card, boot on your favorite Mac!