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! stm32h533 production state closed firmware not running

Hello Support Team,for testing purposes i am using the H533NucleoBoard. I can load my firmware into the MCU and the firmware is running as expected. I want use the final product in ProductionState: closed.The problem is, the firmware isn't running an...

jhoerd by Associate II
  • 896 Views
  • 2 replies
  • 1 kudos

Resolved! SFI Option Bytes for STM32H753ZI (Nucleo-H753ZI)

Hi everyone,I have a question regarding SFI Option Bytes for the STM32H753ZI (Nucleo-H753ZI).Question:Which option bytes should I pick, since there are a lot of different combinations available: 1. Generated by TrustedPackageCreator: FLASH_OPTSR_PRG,...

jho by Associate II
  • 675 Views
  • 3 replies
  • 1 kudos

Secure Boot Implementation

HiI am trying to perform a secure boot implementation in STM32F439ZIT6. The datasheet shows that, there is Hash, RNG, AECS and TDES. Can I perform secure boot functionality using only STM32F439ZIT6 without using any external chip and if so, are there...

avbST by Associate II
  • 415 Views
  • 1 replies
  • 0 kudos

X-CUBE-SBSFU: Can you update firmware using USART DFU?

All the provided examples are using USART YMODEM to transfer data. I know, that it really doesn't matter what kind of protocol you use as long as image is placed in a correct place in the memory, but I wonder if I can use DFU feature to update firmwa...

Hammad by Associate
  • 900 Views
  • 0 replies
  • 0 kudos

NetxDuo - STSAFE A110 TLS

Hello.I'm working with STM32H573.I have a question related with the use of STSAFE-A110 for TLS. I have to authenticate also the client.I've succeded stablishing TLS mutual authentication with HTTPS server and TCP server  (different applications, not ...

I_C by Associate
  • 258 Views
  • 0 replies
  • 3 kudos

Resolved! Does STM32H743VIT6 has HASH peripheral?

 1.Does the STM32H743VIT6 microcontroller include a HASH peripheral that supports SHA-256 operations?I am planning to implement HMAC-SHA256 verification for my application, but I have not found clear documentation confirming the presence of a compati...

Anbu by Associate
  • 568 Views
  • 1 replies
  • 0 kudos

STM32H755 Security settings

Hello, I have an STM32H755 nucleo board and I want to use the secure memory area features but I need to clarify my understanding of the reference manual "rm0399" and some follow up questions.My understanding is that:From my normal code (non-secure) i...