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

Why STMCU firewall can improve the security level?

I'm curious about the firewall, and want to know why firewall can improve the security level. It's easy to understand page 65 of UM2262, f1(), f2(), f3() can only be called from outside through call gate, my question is why it's more secure than call...

HXiao1_0-1703480221490.png
HXiao.1 by Associate II
  • 2098 Views
  • 3 replies
  • 2 kudos

Resolved! Key Generation and Secure Key Storage on STM32WL55

We are working on developing a host-module that requires two-way device authenticationThe controller we are planning to use is the STM32WL55 Series.We have the following Queries.1) Does STM32WL55 has a functionality to locally generate a certificate ...

nomancy by Associate
  • 1297 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G0 Readout Protection questions

1.  If in RDP Level 1, can the SRAM be read?2.  If starting in RDP Level 1 and transitioning to RDP Level 0, is the SRAM erased?3.  Can the contents of SRAM be readout after the transition from RDP Level 1 to RDP Level 0? Thanks.

BrianB by Associate II
  • 1249 Views
  • 2 replies
  • 0 kudos

Resolved! Secure Memory

 In the STM32H573-DK BOARD,How to store the public and private key in secure part ?

SIVAOAS by Associate II
  • 979 Views
  • 1 replies
  • 0 kudos

Resolved! STMCryptoLib failures on STM32U599

The Issue When my bootloader jumps to the application all `AES_ECB_Encrypt_XXX` incorrectly encrypt/decrypt the data. Once the application fails to initialize too many times it will reboot due to watchdog and the ncrypt/decrypt will continue to fail ...

desmond by Associate III
  • 3502 Views
  • 10 replies
  • 1 kudos

SBSFU | Option bytes programming and OpenOCD

Hello all,Another question from SBSFU series.I'm wondering what are the available ways to clear option bytes?The option I was using so far was simply STM32CubeProgrammer GUI, but what if we don't have ST-Link on board and we have to rely on something...

JakubStandarski_0-1695831702179.png

STM32 H733 Secure Boot & Secure Firmware Update

Hi,I need to implement things that are required to implement secure boot & secure software update STM32 H733 Microcontrollers. Trying to understand from the beginner perspective, though I have the Cube package downloaded from the st website, still li...