aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/gatt_server.rs
diff options
context:
space:
mode:
authorWill Farrell <[email protected]>2023-09-16 16:31:02 -0400
committerWill Farrell <[email protected]>2023-09-16 16:32:25 -0400
commit09f087e53eff3e2dc48a79cab9726dd916537625 (patch)
tree574331ab9bac65611d362e15d3ff3c265d86735c /examples/stm32wb/src/bin/gatt_server.rs
parent47b8e04b1c2cf40dc776357ddf6b5c32c6b6824e (diff)
Update stm32wb examples to use ble/mac firmware.
Diffstat (limited to 'examples/stm32wb/src/bin/gatt_server.rs')
-rw-r--r--examples/stm32wb/src/bin/gatt_server.rs4
1 files changed, 2 insertions, 2 deletions
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.