Resolved! Secure Boot secure firmware update
How can I generate the sfu_se_mpu.s file for the STM32H753ZI and STM32H733 controllers in SBSFU?
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
How can I generate the sfu_se_mpu.s file for the STM32H753ZI and STM32H733 controllers in SBSFU?
I’ve successfully compiled the SBSFU (Secure Boot Secure Firmware Update) code for the STM32H753ZI and updated the firmware. Now, I would like to use it with the STM32H733VGT6 MCU.Previously, I was using the STM32H753ZI controller, which did not util...
Hello,I am having some trouble understanding what bootloader (if any) is installed by ST from the factory for the STM32U5x and what AES key sizes that bootloader supports for secure firmware update. UM2851 only lists AES-CTR-128 (I interpret 128 to b...
STM32H743 - Does RDP protection gives 128 bit flash protection?How to configure for 128 bit.We want to implement read and write protection on the internal flash of the MCU/MPU to avoid unauthorized access through debug ports.
I am using STM32L452RE for an application.I want to implement firmware signing feature on the board so only authenticated firmware is allowed by bootloader to flash on the board. Can i conclude that mbedtls library is popular, but it cannot be used o...
Good afternoon,we are facing issue with AES GCM Tag generated with STM32U585.In particular we compare the results generated by the microcontroller with the ones generated by an application developed with C#.This is the code running on the microcontro...
Can recognize the chip, but can not burn and read the flash problem. In this case, is the chip broken or the chip locked? There is also a case that the chip can be identified as burning, but it cannot run the normal working program
In my project, I intend to use an external serial flash to hold UI assets as recommended by TouchGFX.I have followed this: https://community.st.com/t5/stm32-mcus/how-to-implement-and-use-your-own-external-flash-loader-an/ta-p/597752 but I only get fl...
We are planning to use an external flash memory connected via QuadSPI to the OCTOSPI peripheral of a STM32H735 (at a later stage that would be STM32H733).This will be used to run firmware and store downloaded firmware updates with SBSFU. For that we ...
Good Morning,I am working on the Secure Boot using STM32U5 with this repository : https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/B-U585I-IOT02A/Applications/SBSFUI am trying to add a kind of "Dev. Mode" which authorise the boot ...