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! NUCLEO-G474RE locked after SBSFU option bytes change

Hello everyone,I am trying to implement SBSFU (Secure Boot Secure Firmware Update) on NUCLEO-G474RE using STM32CubeExpansion_SBSFU_V2.7.0.Initially, everything was working fine and I was able to program the board normally.What I didI followed the SBS...

Screenshot 2026-01-16 174022.png Screenshot 2026-01-16 174105.png Screenshot 2026-01-16 174131.png
RogueOne by Associate
  • 516 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H52 secure/non-secure RAM partition

Hi,based on the ST example where the 640kB RAM is splitted into 2 * 320kB for secure/non-secure application, I want to change this to 32kB/608kB for secure/non-secure app. After modification of the linker files for the secure/non-secure app, the non-...

Resolved! STM32H563 DA obk password calculation

I'm trying to understand how the HDPL1 is calculated based on an OBK file.I have dumped the contents of HDPL1 / 0x0BDF0100 and can see that for a 16 length password, I have 96 bytes written, as follows0x0BFD0100 to 0x0BFD0120, unknown calc, how is th...

_EFrie by Senior
  • 202 Views
  • 2 replies
  • 1 kudos

Resolved! STM32U375 PKA peripheral

We have a query regarding STM32U375 PKA peripheral.As per datasheet, the peripheral is available for this variant. Under the "STM32Cube/Repository/STM32Cube_FW_U3_V1.2.1/Drivers/STM32U3xx_HAL_Driver/" we can also see that stm32u3xx_hal_pka.c and stm3...

Nasreen_Shaikh_2-1768309069472.png Nasreen_Shaikh_3-1768309082216.png

Resolved! How much memory CMOX_PQC_ML_DSA_44_DET_SIGN_ALGO needs ?

I have a project which runs fine using CMOX_PQC_ML_DSA_44_DET_SIGN_LOWRAM_ALGO but I would like to see how much faster I can get with CMOX_PQC_ML_DSA_44_DET_SIGN_ALGO. When I use it, cmox_pqc_dsa_sign returns 0x9000c, which apparently means "Not enou...

acapola by Associate III
  • 303 Views
  • 2 replies
  • 1 kudos

OEMiROT for STM32H573

Hello,I am working with an STM32H573 and I would like to implement OEMiROT.Is it possible to use OEMiROT without activating TrustZone on this device?If it is possible, is there an official or recommended ST method?Any clarification or pointers to doc...

saifmm by Associate
  • 171 Views
  • 1 replies
  • 0 kudos

Resolved! OBK unusable in non TZ STM32H5

At present, as of the last Hal version as far as I know, obk cannot be used in a non trust zone project.FLASH_TYPEPROGRAM_QUADWORD_OBK fails because the NS bits aren't set, among other issues.Is this by design, IE obk can't be used by non TZ, or is t...

_EFrie by Senior
  • 863 Views
  • 10 replies
  • 1 kudos