MCU boot for STM32H743
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 9: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?
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-15 4: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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-16 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-25 9: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?
