diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wb/src/bin/tl_mbox.rs | 1 | ||||
| -rw-r--r-- | examples/stm32wb/src/bin/tl_mbox_tx_rx.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/stm32wb/src/bin/tl_mbox.rs b/examples/stm32wb/src/bin/tl_mbox.rs index ccd01cbc7..acbc60c87 100644 --- a/examples/stm32wb/src/bin/tl_mbox.rs +++ b/examples/stm32wb/src/bin/tl_mbox.rs | |||
| @@ -28,6 +28,7 @@ async fn main(_spawner: Spawner) { | |||
| 28 | - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the | 28 | - Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the |
| 29 | stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. | 29 | stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address. |
| 30 | - Select that file, the memory address, "verify download", and then "Firmware Upgrade". | 30 | - Select that file, the memory address, "verify download", and then "Firmware Upgrade". |
| 31 | - Select "Start Wireless Stack". | ||
| 31 | - Disconnect from the device. | 32 | - Disconnect from the device. |
| 32 | - In the examples folder for stm32wb, modify the memory.x file to match your target device. | 33 | - In the examples folder for stm32wb, modify the memory.x file to match your target device. |
| 33 | - Run this example. | 34 | - Run this example. |
diff --git a/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs b/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs index 315172df8..ff506338d 100644 --- a/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs +++ b/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs | |||
| @@ -27,6 +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 | - Select "Start Wireless Stack". | ||
| 30 | - Disconnect from the device. | 31 | - Disconnect from the device. |
| 31 | - In the examples folder for stm32wb, modify the memory.x file to match your target device. | 32 | - In the examples folder for stm32wb, modify the memory.x file to match your target device. |
| 32 | - Run this example. | 33 | - Run this example. |
