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

I am trying to build the STM32 X-CUBE SBSFU Package , I am able to build the 2_Images_SECoreBin and 2_Images_SBSFU Package, But Not able to build the 2_Images_UserApp.

Following Error Occurs11:12:01 **** Incremental Build of configuration Debug for project STM32F769I_Discovery_2_Images_UserApp ****make -j8 all arm-none-eabi-gcc -z max-page-size=1 -o "UserApp.elf" @"objects.list" ../../../../2_Images_SBSFU/SW4STM32/...

wasi785 by Associate II
  • 1182 Views
  • 5 replies
  • 0 kudos

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
  • 1559 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
  • 1279 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
  • 850 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
  • 1786 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
  • 696 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
  • 947 Views
  • 5 replies
  • 0 kudos