Skip to main content
JSalb
Visitor II
June 19, 2019
Solved

How can I integrate the SBSFU Expansion package into the CUBE IDE

  • June 19, 2019
  • 1 reply
  • 1216 views

Hi, I was wondering if there is a way to integrate the SBSFU package (as compared to other packages) into the IDE, or more specifically, the CUBE MX, so I get easy configurability inside the Toolchain either than manually changing all my HAL c-files and librarys and so on?

My understanding of the whole SBSFU and how to adjust the Framework is still not completely clear because the whole tool lacks significantly in documentation or at least, clear instructions how to use it with different Toolchains/IDEs.

This topic has been closed for replies.
Best answer by Jocelyn RICARD

Hello,

the SBSFU package is not configurable though CubeMX.

There is no real added value to integrate SBSFU to CubeMX as this is a standalone package that is not made to include application code.

The UserApp part could be included in CubeMX (but not the case in the package).

This is something that you can do, just changing the start address of the user code, and mimic the provided UserApp example for firmware update for instance.

There are 2 main documents to read (available on the SBSFU page on st.com)

The User manual

UM2262 

Getting started with the X-CUBE-SBSFU STM32Cube Expansion Package

The integration guide:

AN5056 

Integration guide for the X-CUBE-SBSFU STM32Cube Expansion Package

Best regards

Jocelyn

1 reply

Jocelyn RICARD
Jocelyn RICARDBest answer
ST Employee
June 20, 2019

Hello,

the SBSFU package is not configurable though CubeMX.

There is no real added value to integrate SBSFU to CubeMX as this is a standalone package that is not made to include application code.

The UserApp part could be included in CubeMX (but not the case in the package).

This is something that you can do, just changing the start address of the user code, and mimic the provided UserApp example for firmware update for instance.

There are 2 main documents to read (available on the SBSFU page on st.com)

The User manual

UM2262 

Getting started with the X-CUBE-SBSFU STM32Cube Expansion Package

The integration guide:

AN5056 

Integration guide for the X-CUBE-SBSFU STM32Cube Expansion Package

Best regards

Jocelyn