stm32/ipcc: update doc

This commit is contained in:
xoviat 2023-05-21 18:39:13 -05:00
parent 7f702fd6f1
commit eb09d7d671
2 changed files with 2 additions and 0 deletions

View File

@ -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
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 "Start Wireless Stack".
- Disconnect from the device.
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
- Run this example.

View File

@ -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
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 "Start Wireless Stack".
- Disconnect from the device.
- In the examples folder for stm32wb, modify the memory.x file to match your target device.
- Run this example.