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! Derive key for ECDH

Hi everyone, I develop a asimmetric public/private key crypto scheme and then with simmetric derived ley establish a comms with HOST REMOTE  <-> [LOCAL HOST/STSAFE]. I generate with ephimeral slot with:ret_code = (int32_t)StSafeA_GenerateKeyPair(hand...

FMaro.1 by Associate II
  • 1707 Views
  • 2 replies
  • 0 kudos

Resolved! debug OEMiRoT-Boot project on U083 possible?

I'm aiming to use the OEMiRoT sample project as a concept for secure updating of a large single-slot application in STM32U083 (need application size at least 160kB for migration from STM32L071). For that I need to give the bootloader a driver for ext...

Hans_W by Associate III
  • 1450 Views
  • 3 replies
  • 0 kudos

STM32L4A6 with SBSFU and external flash

Hi,I'm trying to get started with the SBSFU (2.6.2) on my custom board running an STM32L4A6.  I've got a large external SDMMC flash chip (4GB) connected to the STM32 that I use for user application purposes.  I'd like to allocate a small section of t...

jmcoreymv by Associate III
  • 1001 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H753 SBSFU unable to transfer application firmware

Hello.I'm having trouble transfer the UserApp to SBSFU. Here's the description of the issue. Any help is appreciated!I prepared the NUCLEO-H753ZI board by disabling all the security and fully erase the board (by setting RDP level 1->0 ).I'm using the...

JZ_1-1726250482025.png JZ_0-1726249366085.png JZ_2-1726252853580.png JZ_3-1726252911052.png
JZ by Associate
  • 1274 Views
  • 3 replies
  • 2 kudos

OSPI_NOR usage with SBSFU (B-U585I-IOT02A)

Hi, I've decided to create a new post based on the similar one (https://community.st.com/t5/stm32-mcus-security/solved-stm32u5-tfm-example-b-u585i-iot02a-memory-mapped-psram/td-p/108722) which has been solved but doesn't work for me.The problem is as...

soutys by Associate
  • 918 Views
  • 1 replies
  • 0 kudos

How to implement cryp library to SBSFU

HiI am using the SBSFU application on the stm32u585 board and I am trying to use the crypto library as explained in the CRYP_SAES_ECB_CBC example but the error_handler is triggered when the MX_SAES_AES_Init is initialized.Any help?