aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-05-11 16:53:55 -0500
committerxoviat <[email protected]>2023-05-11 16:53:55 -0500
commitd7262f9849ef381079b87776421ba437b213041f (patch)
tree125bd44007aef46643a5447ab0fd3dddcfe5f283
parent8a620fd59ca2ad958aad279eb55a1c97ef100e86 (diff)
rustfmt
-rw-r--r--examples/stm32wb/src/bin/tl_mbox.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32wb/src/bin/tl_mbox.rs b/examples/stm32wb/src/bin/tl_mbox.rs
index 340235520..6876526ae 100644
--- a/examples/stm32wb/src/bin/tl_mbox.rs
+++ b/examples/stm32wb/src/bin/tl_mbox.rs
@@ -16,8 +16,8 @@ async fn main(_spawner: Spawner) {
16 16
17 - Obtain a NUCLEO-STM32WB55 from your preferred supplier. 17 - Obtain a NUCLEO-STM32WB55 from your preferred supplier.
18 - Download and Install STM32CubeProgrammer. 18 - Download and Install STM32CubeProgrammer.
19 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from 19 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from
20 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x 20 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
21 - Open STM32CubeProgrammer 21 - Open STM32CubeProgrammer
22 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware. 22 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware.
23 - Once complete, click connect to connect to the device. 23 - Once complete, click connect to connect to the device.
@@ -27,7 +27,7 @@ async fn main(_spawner: Spawner) {
27 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the 27 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
28 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. 28 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address.
29 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 29 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
30 - Disconnect from the device. 30 - Disconnect from the device.
31 - In the examples folder for stm32wb, modify the memory.x file to match your target device. 31 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
32 - Run this example. 32 - Run this example.
33 33