We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9d005 commit fd0da12Copy full SHA for fd0da12
FLASH.md
@@ -4,6 +4,17 @@
4
5
The steps to follow in order to flash a new firmware (.bin) file on STM32 are the following:
6
7
+_Uploading the files_
8
+Please install mpremote to upload files on nano-ESP32 especially for binaries
9
+
10
+```shell
11
+(venv)$ pip install mpremote
12
+```
13
+to upload a file:
14
+``` shell
15
+(venv)$ mpremote connect "COM1" fs cp firmware.bin :firmware.bin
16
17
18
_Hardware_
19
* Connect STM32 _Boot0_ pin to VDD 3V3 or connect _Boot0_ to _D2_ pin (nano)
20
* Press _Reset_ button on Nucleo board or connect STM32 Reset pin to _D3_ (nano)
@@ -20,4 +31,4 @@ If _Boot0_ is wired to 3V3, disconnect it and press STM32 _Reset_ pin
31
21
32
### Tested on
22
33
23
-* STM32-F401RE
34
+* nano-ESP32 STM32-F401RE
0 commit comments