You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stm32/doc/sm1000_manual.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,13 +115,14 @@ You can program the flash memory on your SM1000 via USB using a Windows or Linux
115
115
Find and install the **STM32CubeProgrammer** software by searching on the [ST web site](http://www.st.com).
116
116
117
117
1. Connect the SM1000 USB to a Windows PC.
118
-
1. Run the ```STM32CubeProgrammer``` application and navigate to the "Erasing & Programming" section..
119
118
1. Apply power with PTT held down, then release PTT.
120
-
1. Seelct "USB" from the drop-down list on the upper right and push the Refresh button next to the Port drop-down in the "USB configuration" area. The SM1000 will appear as "USB1" or similar in the list; select that entry.
119
+
1. Run the `STM32CubeProgrammer` application and select the down arrow on the left side, and navigate to the "Erasing & Programming" section.
120
+
1. Select the `Verify programming` option.
121
+
1. In the "File path" on the left-hand side, select Open file and navigate to the .bin file you'd like to flash.
122
+
1. Select "USB" from the drop-down list on the upper right and push the Refresh button next to the Port drop-down in the "USB configuration" area. The SM1000 will appear as "USB1" or similar in the list; select that entry.
123
+
1. Click on the Connect button.
121
124
1. Ensure that "PID" displays as DF11 and "VID" as 0483.
122
-
1. In the "File path" on the left-hand side, navigate to the .bin file you'd like to flash.
123
-
1. Select the ```Verify programming``` option.
124
-
1. Select ```Start Programming``` and the firmware procedure will commence.
125
+
1. Select `Start Programming` and the firmware procedure will commence.
125
126
1. A message in the log at the bottom of the window will display once complete.
126
127
127
128
Power cycle the SM1000 and the new firmware will run.
0 commit comments