Lora-net / lora_edge_tracker_ref_design

Demonstration application for LoRa Edge tracker reference design - compatible with LoRa Basics Modem-E
Other
17 stars 14 forks source link

upgrade the BLE stack firmware: error in user guide #7

Closed tantudaisu closed 3 years ago

tantudaisu commented 3 years ago

There is an error in LoRa Edge™Tracker Reference Design User Guide.pdf (release: October 2020) related to BLE stack firmware upgrade.

Section: 4.1.2.3 How to Flash M0+ Dedicated to BLE step 4) c)

Command to install the stack firmware, has an error in adress: STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_BLE_Stack_full_fw.bin 0x080CB000 firstinstall=1

According ST documentation: Provides Install address for the targeted binary to be 0x080CA000

image

smtcbboulet commented 3 years ago

Hello,

according to STM32Cube_FW_WB_V1.8.0.

image

STM32_Programmer_CLI.exe -c port=usb1 -fwupgrade stm32wb5x_BLE_Stack_full_fw.bin 0x080CB000 firstinstall=1.

which version are you using of CUBE_WB ?

thanks,

Benjamin

tantudaisu commented 3 years ago

I have tryed to flash the most recent STM32Cube_FW_WB_V1.11.0

Should i use STM32Cube_FW_WB_V1.8.0 on development kit?

smtcbboulet commented 3 years ago

I guess it works with STM32Cube_FW_WB_V1.11.0 but I didn't tried it. I will do