2024-07-15 09:48 AM
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?
2024-07-15 04:17 PM
Perhaps ask the maintainers of mcuboot. It's not an ST software tool.
mcu-tools/mcuboot: Secure boot for 32-bit Microcontrollers! (github.com)
2024-07-15 10:35 PM
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
2024-07-16 05:13 AM
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.
2024-11-25 09:53 AM - edited 2024-11-25 10:00 AM
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?