Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
boards:wb15 [2024/08/13 12:51] – [Demo firmware] darronboards:wb15 [2024/08/15 02:24] (current) – [Demo firmware] darron
Line 123: Line 123:
 pre-enter the firmware start address. pre-enter the firmware start address.
  
-Start addresses from table for stm32wb1x_BLE_Stack_full_fw.bin+Start addresses from the tables for stm32wb1x_BLE_Stack_full_fw.bin
  
 ^Version^Address^ ^Version^Address^
Line 142: Line 142:
 ===Demo firmware=== ===Demo firmware===
  
-To program the device with a user application use the command line utility not the desktop app.+To program the device with a user application you can use the command line utility and not only the desktop app.
  
 A few demos exist for the the Android app named "ST BLE Sensor" A few demos exist for the the Android app named "ST BLE Sensor"
Line 155: Line 155:
  
 <code> <code>
-STM32CubeMX/STM32CubeWB/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_p2pServer/Binary+Projects\NUCLEO-WB15CC\Applications\BLE\BLE_p2pServer\Binary
 </code> </code>
  
 Execute Execute
 <code> <code>
-"/mnt/c/Program Files/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32_Programmer_CLI.exe" -c port=SWD reset=HWrst -q -w BLE_p2pServer_reference.hex -v -hardRst+STM32_Programmer_CLI.exe" -c port=SWD reset=HWrst -q -w BLE_p2pServer_reference.hex -v -hardRst
 </code> </code>
  
-<code> 
-      ------------------------------------------------------------------- 
-                       STM32CubeProgrammer v2.17.0 
-      ------------------------------------------------------------------- 
  
-ST-LINK SN  : 066EFF363946433043083137 
-ST-LINK FW  : V2J43M28 
-Board       : NUCLEO-WB15CC 
-Voltage     : 3.25V 
-SWD freq    : 4000 KHz 
-Connect mode: Under Reset 
-Reset mode  : Hardware reset 
-Device ID   : 0x494 
-Revision ID : Rev Z 
-Device name : STM32WB1xxx 
-Flash size  : 320 KBytes 
-Device type : MCU 
-Device CPU  : Cortex-M4 
-BL Version  : 0xB1 
- 
- 
- 
-Memory Programming ... 
-Opening and parsing file: BLE_p2pServer_reference.hex 
-  File          : BLE_p2pServer_reference.hex 
-  Size          : 37.12 KB 
-  Address       : 0x08000000 
- 
- 
-Erasing memory corresponding to segment 0: 
-Erasing internal memory sectors [0 18] 
-Download in Progress: 
- 
- 
-File download complete 
-Time elapsed during download operation: 00:00:01.112 
- 
- 
- 
-Verifying ... 
- 
- 
- 
- 
-Download verified successfully 
- 
- 
- 
-Hard reset is performed 
-</code> 
 ==Console== ==Console==