aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-05-21 18:39:13 -0500
committerxoviat <[email protected]>2023-05-21 18:39:13 -0500
commiteb09d7d67174d4b1f94e84e452f2920dd5fe442b (patch)
tree933945e40e313f6e51ea53d9c3fdc6d518df0ee3 /examples
parent7f702fd6f19811a65e5ee659a5182fc291524e51 (diff)
stm32/ipcc: update doc
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/src/bin/tl_mbox.rs1
-rw-r--r--examples/stm32wb/src/bin/tl_mbox_tx_rx.rs1
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.