Skip to main content
Associate II
June 5, 2025
Question

secure bootloader on STM32U5G9J-DK2 using TF-M

  • June 5, 2025
  • 1 reply
  • 343 views

Hi all,

I am looking into secure bootloader options for the STM32U5G9J-DK2 that support application updates using TF-M,

please give me guide lines to achieve secure bootloader.

1 reply

Bubbles
ST Employee
June 11, 2025

Hi @sravani ,

there should be no difference security-wise compared to for example the STM32U585. You can reuse the SBSFU or TFM examples from the CubeFW pack. They are both based on Mcuboot.

Br,

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
sravaniAuthor
Associate II
July 10, 2025

Thank You @Bubbles