2019-06-19 07:37 AM
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.
Solved! Go to Solution.
2019-06-20 06:08 AM
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
2019-06-20 06:08 AM
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