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! STM32H563 OEMiROT Non-Secure Application flash size

Hello,starting from the example application of the OEMiRot boot project, I noticed that the NS application size is limited to 640kB in the flash_layout.h  (#define FLASH_NS_PARTITION_SIZE (0xA0000) /* 640 KB for NS partition */)Since there is 1MB ava...

Resolved! STM32U5A5 Trustzone Application

Hi!I'm working on a Trustzone enabled application in STM32U5A5 nucleo board and have some questions in my mind. I have used the configurations of the example project for the Trustzone, which you can find below: - TZEN=1 - SECWM1_PSTRT=0x0 SECWM1_PE...

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
  • 249 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
  • 115 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