Difference: MecrispCubeWB (162 vs. 163)

Revision 1632022-08-05 - PeterSchmid

Line: 1 to 1
 
%DASHBOARD{ section="banner" image="/twiki/pub/Cosmac/ForthSTM32WB/nucleo-header.jpg"
Line: 128 to 128
 {list of changed files} $ git restore {files to restore}
Changed:
<
<
>
>
Or stash the changes away
$ git stash
$ git stash drop
  Select the Build Configuration (Debug if you want to debug the project) and Build the project:

Line: 245 to 249
 

Update BLE Stack

You can find the BLE Stack and FUS in

Changed:
<
<
STM32CubeWB or from GitHub, in the directory Projects/STM32WB_Copro_Wireless_Binaries.
>
>
STM32CubeWB or from GitHub, in the directory Projects/STM32WB_Copro_Wireless_Binaries. At time of writing the FUS is Version 1.2.0, the stack v1.4.1. The STM32CubeProgrammer is v2.11.0.
  Nucleo board: Using USB_USER interface and the built-in bootloader (activate with jumper between CN7.5 and CN7.7)
$ alias cubepgmcli='/opt/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32_Programmer_CLI'

Changed:
<
<
$ cd STM32Cube_FW_WB_V1.6.0/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
>
>
$ cd STM32Cube_FW_WB_V1.14.1/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x
 $ cubepgmcli -c port=USB1 -fwdelete
Deleted:
<
<
$ cubepgmcli -c port=USB1 -fwupgrade stm32wb5x_FUS_fw_1_0_2.bin 0x080EC000 firstinstall=0
 $ cubepgmcli -c port=USB1 -fwupgrade stm32wb5x_FUS_fw.bin 0x080EC000 firstinstall=0
Added:
>
>
$ cubepgmcli -c port=USB1 -fwupgrade stm32wb5x_FUS_fw_for_fus_0_5_3.bin 0x080EC000 firstinstall=0
 $ cubepgmcli -c port=USB1 -fwupgrade stm32wb5x_BLE_Stack_full_fw.bin 0x080CB000 firstinstall=1
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback