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 StackYou can find the BLE Stack and FUS in | ||||||||
Changed: | ||||||||
< < | STM32CubeWB![]() ![]() Projects/STM32WB_Copro_Wireless_Binaries . | |||||||
> > | STM32CubeWB![]() ![]() 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 |