Skip to main content
Visitor II
September 3, 2024
Solved

programming STM32WB55CGU6TR FUS BLE Stack

  • September 3, 2024
  • 1 reply
  • 608 views

We are looking for a way to reduce programming time of STM32WB55CGU6TR.

The issue we are facing is the need to program 2 different files , one for the FUS (firmware updatee service) and then another file for the main application.

 

We need a way to speed up the programming process, one way would be to find a way to combine both files into one and program only one file.

We are currently using 

1.16.0 ble stack
stm32wb5x_BLE_Stack_full_extended_fw.bin 

 

Please help

 

 

Best answer by EPASZ.1

This is not possible, unfortunately. Installing the stack is a more complex operation than just programming it into memory - there are safety and other procedures done by FUS. Because of this, the stack binary cannot be combined with the user application.

1 reply

EPASZ.1
EPASZ.1Best answer
ST Employee
September 4, 2024

This is not possible, unfortunately. Installing the stack is a more complex operation than just programming it into memory - there are safety and other procedures done by FUS. Because of this, the stack binary cannot be combined with the user application.