stm32/ipcc: update doc
This commit is contained in:
parent
7f702fd6f1
commit
eb09d7d671
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ async fn main(_spawner: Spawner) {
|
||||||
- Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
|
- Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
|
||||||
stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address.
|
stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address.
|
||||||
- Select that file, the memory address, "verify download", and then "Firmware Upgrade".
|
- Select that file, the memory address, "verify download", and then "Firmware Upgrade".
|
||||||
|
- Select "Start Wireless Stack".
|
||||||
- Disconnect from the device.
|
- Disconnect from the device.
|
||||||
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
|
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
|
||||||
- Run this example.
|
- Run this example.
|
||||||
|
|
|
@ -27,6 +27,7 @@ async fn main(_spawner: Spawner) {
|
||||||
- Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
|
- Once complete, in the Release_Notes.html, find the memory address that corresponds to your device for the
|
||||||
stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address.
|
stm32wb5x_BLE_Stack_full_fw.bin file. It should not be the same memory address.
|
||||||
- Select that file, the memory address, "verify download", and then "Firmware Upgrade".
|
- Select that file, the memory address, "verify download", and then "Firmware Upgrade".
|
||||||
|
- Select "Start Wireless Stack".
|
||||||
- Disconnect from the device.
|
- Disconnect from the device.
|
||||||
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
|
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
|
||||||
- Run this example.
|
- Run this example.
|
||||||
|
|
Loading…
Reference in a new issue