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

Secure and Non secure folders

Hi, I would like to know where to write the code either in secure or non-secure folder. What is the exact purpose of this folders. I want to encrypt a CAN message and send it. I have done without enabling trust zones previously. But now I enabled the...

Keerthi by Associate III
  • 378 Views
  • 6 replies
  • 0 kudos

Resolved! CMOX - ECC - EDDSA no append/update function

How can it be, that the CMOX library implements `append` functions for hashes (like cmox_hash_append) but the equivalent for verification or signing of ECC algorithms does not exist?How should we check the signature of a 10 MB update package on a dev...

TNeub.1 by Associate III
  • 297 Views
  • 3 replies
  • 0 kudos

Start Securing Features with STM32H533

Hi, I would like to work with the security features of STM32H533RE microcontroller. For that,1.Do I need to enable anything or install any libraries files in order to work with it.2. If there is any example projects available?3. The path for Installa...

Keerthi by Associate III
  • 2571 Views
  • 3 replies
  • 1 kudos

SBSFU - Updating ECC public key in runtime

Hello,I would like to replace ECC public key in SE_Key_region_ROM region from my application in runtime. My device has no protection enabled (RDP, PCROP, WRP). I am able to read and write in the region via CubeProgrammer.I dumped the 256 bytes of SE_...

LucaZa by Associate
  • 429 Views
  • 3 replies
  • 0 kudos

Crypto Library - Source Code

Hello,We want to use the STM Crypto Library " X-CUBE-CRYPTOLIB" for a project at our company. Since we will only be using a portion of it, the question arises whether it is possible to customize the static ".a" file ourselves (to make it smaller) or ...