aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/src/bin/eddystone_beacon.rs4
-rw-r--r--examples/stm32wb/src/bin/gatt_server.rs4
-rw-r--r--examples/stm32wb/src/bin/tl_mbox.rs4
-rw-r--r--examples/stm32wb/src/bin/tl_mbox_ble.rs4
4 files changed, 8 insertions, 8 deletions
diff --git a/examples/stm32wb/src/bin/eddystone_beacon.rs b/examples/stm32wb/src/bin/eddystone_beacon.rs
index ea150c67e..e58da8e35 100644
--- a/examples/stm32wb/src/bin/eddystone_beacon.rs
+++ b/examples/stm32wb/src/bin/eddystone_beacon.rs
@@ -36,7 +36,7 @@ async fn main(_spawner: Spawner) {
36 36
37 - Obtain a NUCLEO-STM32WB55 from your preferred supplier. 37 - Obtain a NUCLEO-STM32WB55 from your preferred supplier.
38 - Download and Install STM32CubeProgrammer. 38 - Download and Install STM32CubeProgrammer.
39 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from 39 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Mac_802_15_4_fw.bin, and Release_Notes.html from
40 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x 40 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
41 - Open STM32CubeProgrammer 41 - Open STM32CubeProgrammer
42 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware. 42 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware.
@@ -45,7 +45,7 @@ async fn main(_spawner: Spawner) {
45 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file 45 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file
46 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 46 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
47 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the 47 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
48 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. 48 stm32wb5x_BLE_Mac_802_15_4_fw.bin file. It should not be the same memory address.
49 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 49 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
50 - Select "Start Wireless Stack". 50 - Select "Start Wireless Stack".
51 - Disconnect from the device. 51 - Disconnect from the device.
diff --git a/examples/stm32wb/src/bin/gatt_server.rs b/examples/stm32wb/src/bin/gatt_server.rs
index dd67249c7..80e835c1d 100644
--- a/examples/stm32wb/src/bin/gatt_server.rs
+++ b/examples/stm32wb/src/bin/gatt_server.rs
@@ -44,7 +44,7 @@ async fn main(_spawner: Spawner) {
44 44
45 - Obtain a NUCLEO-STM32WB55 from your preferred supplier. 45 - Obtain a NUCLEO-STM32WB55 from your preferred supplier.
46 - Download and Install STM32CubeProgrammer. 46 - Download and Install STM32CubeProgrammer.
47 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from 47 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Mac_802_15_4_fw.bin, and Release_Notes.html from
48 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x 48 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
49 - Open STM32CubeProgrammer 49 - Open STM32CubeProgrammer
50 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware. 50 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware.
@@ -53,7 +53,7 @@ async fn main(_spawner: Spawner) {
53 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file 53 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file
54 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 54 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
55 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the 55 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
56 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. 56 stm32wb5x_BLE_Mac_802_15_4_fw.bin file. It should not be the same memory address.
57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
58 - Select "Start Wireless Stack". 58 - Select "Start Wireless Stack".
59 - Disconnect from the device. 59 - Disconnect from the device.
diff --git a/examples/stm32wb/src/bin/tl_mbox.rs b/examples/stm32wb/src/bin/tl_mbox.rs
index fc49c3c4a..2f53f5df8 100644
--- a/examples/stm32wb/src/bin/tl_mbox.rs
+++ b/examples/stm32wb/src/bin/tl_mbox.rs
@@ -23,7 +23,7 @@ async fn main(_spawner: Spawner) {
23 23
24 - Obtain a NUCLEO-STM32WB55 from your preferred supplier. 24 - Obtain a NUCLEO-STM32WB55 from your preferred supplier.
25 - Download and Install STM32CubeProgrammer. 25 - Download and Install STM32CubeProgrammer.
26 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from 26 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Mac_802_15_4_fw.bin, and Release_Notes.html from
27 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x 27 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
28 - Open STM32CubeProgrammer 28 - Open STM32CubeProgrammer
29 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware. 29 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware.
@@ -32,7 +32,7 @@ async fn main(_spawner: Spawner) {
32 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file 32 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file
33 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 33 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
34 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the 34 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
35 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. 35 stm32wb5x_BLE_Mac_802_15_4_fw.bin file. It should not be the same memory address.
36 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 36 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
37 - Select "Start Wireless Stack". 37 - Select "Start Wireless Stack".
38 - Disconnect from the device. 38 - Disconnect from the device.
diff --git a/examples/stm32wb/src/bin/tl_mbox_ble.rs b/examples/stm32wb/src/bin/tl_mbox_ble.rs
index 5745ebd02..12c6aeebb 100644
--- a/examples/stm32wb/src/bin/tl_mbox_ble.rs
+++ b/examples/stm32wb/src/bin/tl_mbox_ble.rs
@@ -22,7 +22,7 @@ async fn main(_spawner: Spawner) {
22 22
23 - Obtain a NUCLEO-STM32WB55 from your preferred supplier. 23 - Obtain a NUCLEO-STM32WB55 from your preferred supplier.
24 - Download and Install STM32CubeProgrammer. 24 - Download and Install STM32CubeProgrammer.
25 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Stack_full_fw.bin, and Release_Notes.html from 25 - Download stm32wb5x_FUS_fw.bin, stm32wb5x_BLE_Mac_802_15_4_fw.bin, and Release_Notes.html from
26 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x 26 gh:STMicroelectronics/STM32CubeWB@2234d97/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
27 - Open STM32CubeProgrammer 27 - Open STM32CubeProgrammer
28 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware. 28 - On the right-hand pane, click "firmware upgrade" to upgrade the st-link firmware.
@@ -31,7 +31,7 @@ async fn main(_spawner: Spawner) {
31 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file 31 - In the Release_Notes.html, find the memory address that corresponds to your device for the stm32wb5x_FUS_fw.bin file
32 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 32 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
33 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the 33 - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
34 stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. 34 stm32wb5x_BLE_Mac_802_15_4_fw.bin file. It should not be the same memory address.
35 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 35 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
36 - Select "Start Wireless Stack". 36 - Select "Start Wireless Stack".
37 - Disconnect from the device. 37 - Disconnect from the device.