Skip to main content
Visitor II
July 15, 2024
Question

MCU boot for STM32H743

  • July 15, 2024
  • 2 replies
  • 1990 views

Hello Techies, 

We are using STM32H743, we would like to run mcuboot on stm32h743, but we haven't find the example for stm32h7xx devices, 

Is there any specific reason not to provide mcuboot example for h7 devices?

    This topic has been closed for replies.

    2 replies

    Super User
    July 15, 2024

    Perhaps ask the maintainers of mcuboot. It's not an ST software tool.

    mcu-tools/mcuboot: Secure boot for 32-bit Microcontrollers! (github.com)

     

    chanakyaAuthor
    Visitor II
    July 16, 2024

    I have found some applications like SBSFU and ROT in stm32cube git for different controllers like STM32U5(cm33), STM32H5(cm33) but not available for stm32h7(cm7).

    is it not supported or any other particular reason not to have that

    Super User
    July 16, 2024

    It probably just wasn't created yet. I don't see any showstoppers to using it. Again, the maintainers of mcuboot are the ones to ask. They are not on this forum.

    Visitor II
    November 25, 2024

    This repo maintained by STM seems to be an STM port of MCUBoot.
    https://github.com/STMicroelectronics/stm32-mw-mcuboot 

    In addition there is this page here:
    https://wiki.stmicroelectronics.cn/stm32mcu/wiki/Security:SBSFU_by_MCUboot 

    The old SBSFU has been renamed to SBSFU legacy and it seems like mcuboot is the future.
    Are there any instructions on how to use the stm32-mw-mcuboot package?