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

Resolved! Debugging STM32L55 Secure World Using Keil IDE

Hello, I have a simple application running on STM32L55 Secure World, but I would like to debug it step by step using an IDE.I am able to debug using the Keil IDE, but it seems the TZEN bit is zero. It must be about the defaults state of the STM32L55 ...

Murat by Associate III
  • 1515 Views
  • 4 replies
  • 0 kudos

SBSFU-Creating "1-Image" firmware for NUCLEO-L073RZ board

I am able to run "2-Image" sample application in NUCLEO-L073RZ board.I would like to use "1-image" application due to memory restriction.But example application for "1-image" is not provided for NUCLEO-L073RZ board.Could you please let me know the ch...

SVarg.1 by Associate II
  • 1245 Views
  • 4 replies
  • 0 kudos

Meaning of "version" flag in prepareimage

Hello,I am trying to get familiar with X-CUBE-SBSFU. I am currently confused about the meaning of "-v, --version" flag for "prepareimage.py header" and "prepareimage.py pack" commands, e.g. from readme:python prepareimage.py pack -k OEM_KEY_COMPANY1...

sute by Associate III
  • 827 Views
  • 3 replies
  • 0 kudos

Resolved! Reset Host Cipher and Mac Key in STSafe IC?

Hello guys, how are you all?I'm currently developing using the X-NUCLE-SAFEA1 board integrated with an STM32WB55. I was executing the pairing example generating a randomic mac and cipher key. I stored successfully this keys into the STSafe, but my pr...

MBuen.1 by Senior
  • 1739 Views
  • 5 replies
  • 0 kudos

Symmetric encryption with STSAFE-A110

The datasheet on STSAFE-A110 seems to clearly state that the chip provides symmetric encryption services, however the Cube expansion package and middleware in there does not appear to support that. Where can I get the examples of using this feature?

DJanu.1 by Associate
  • 679 Views
  • 2 replies
  • 0 kudos

SBSFU and userApp bigelf size

Hello,I am trying to generate the combined elf file with SBSFU and user app. The provided postbuild scripts use the following code to create the file:command=$programmertool" -ms "$elf" "$headerbin" "$sbsfuelfThere is a problem that the combined elf ...

sute by Associate III
  • 908 Views
  • 5 replies
  • 0 kudos

Unable to configure secure area on H735

I'm trying to configure a secure area (HDP) for a H735. To do so, I am following the steps described in AN5601 HDP secure area for STM32H7B3xx microcontrollers using the examples HDP_Appli and HDP_Boot for the STM32H735G-DK. The application note does...