STM32 MCUs Security

Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Firmware Encryption and Updation

Dear Support Team,I am currently working on a project involving the STM32H5 microcontroller and I am in need of a document that details the process of firmware encryption, decryption, and update for this device. I have previously used the UM2262 docu...

Hitesh_Aratek_0-1715838105887.png

Resolved! Error connecting board to STM32CubeProgrammer

Hello,I have NUCLEO-U575ZI-Q board and I have followed the steps to generate an SFI file from the video "STM32Trust Video Series: X-Cube-SFI Part 3-Out-of-the-box". I managed to generate the SFI file correctly but when I tried to install the firmware...

mikel-m by Associate III
  • 715 Views
  • 1 replies
  • 0 kudos

SBSFU - resize SBSFU Code to bigger

I've implemented on my own board (MCU STM32WLE5CCU6) bootloader SBSFU from example 'STM32Cube_FW_WL_V1.3.0\NUCLEO-WL55JC\BFU_1_Slot'. Everything works ok.In my own aplication i must change download channel from usart to by radio FSK. Because of handl...

SBSFU in L5 series - existing project integration

Hello,I am working on a large project on a custom board based on STM32 L5 series. I've already set up, implemented, and tested my code using STM32CubeIDE. Now, I'm trying to integrate the project into SBSFU. For that reason, I am using the SBSFU exam...

Lyap94 by Associate III
  • 1006 Views
  • 2 replies
  • 0 kudos

Resolved! Errors building TFM example for U545

Hi, I'm trying to build TFM example applications from the B-U585I-IOT02A directory to work on Nucleo-U545RE board. THe documentation says it's possible. I have updated the project settings, but I'm getting errors from the STSAFE library: C:/Work/OldC...

Resolved! STM32H753ZI secure memory recover

Hello,I've implemented secure bootloader on STM32H753ZI using SBSFU examples and it's working very well. To secure the board I use WRP + RDP Level 1 + Secure Memory Area for bootloader. I would like to have option to recover from this state and be ab...

kicur by Associate II
  • 1713 Views
  • 4 replies
  • 4 kudos

Resolved! stm32u5 aes cbc 192 bits

Hello,I need to implement AES-CBC 192 bits on micro STM32U5 serie, but hardware only supports 128 or 256 bits If i use XCUBE-SAFEA1, ST_Cryptolib is not available for U5 serie.How can i fix this issue? 

EMont.1 by Associate II
  • 754 Views
  • 1 replies
  • 0 kudos

Resolved! SBSFU with encrypted CBC in KMS?

Hello,We are developing a product based on a STM32WB5MMG. We have configured the SBSFU with OTA (Asymmetric with AES encryption scheme). Everything is working great and I have only one question that came to my mind during the last commit...The CBC ke...