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

Modification in SBSFU

I have signature of my user app and user app in .bin format.if i have to use only these two inputs, what modification i need to do in SBSFU? and under what files?i dont want to use post built .bat and prebuilt.bat.i am using Single slot image example...

vrund by Associate II
  • 1202 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L562 sbsfu queries

Hello,I want to use sbsfu for STM32L562 controller with STM32Cube IDE version 1.5.AS per primary research i am using below package and project .I am using STM32SecuWS package.Under that project I am using is STM32SecuWS\TFM\STM32Cube_FW_L5_V1.3.0\Pr...

vrund by Associate II
  • 2163 Views
  • 9 replies
  • 0 kudos

Resolved! Port fails on __IS_SFU_RESERVED()

Hi,I've been trying to port the STM32H753 SBSFU project to the STM32H735G-DK.The bootloader fails in SFU_BOOT_Init due to failing SE_Init().This is the result of __IS_SFU_RESERVED() failing it's test: 0x08008A00 < 0x08008061 < 0x0801FFFF (SB_REGION_R...

Arno1 by Senior
  • 796 Views
  • 5 replies
  • 0 kudos

Resolved! How to use RNG on STM32H743ZI2?

I would like to use the RNG of the H743ZI2. The provided example works, but on a new project I can't get it work, The CPU clock is configured to 400MHz just like in the example./* RNG Initialization */   if (HAL_RNG_DeInit(&hrng) != HAL_OK) { /* ...

MLang.7 by Associate III
  • 2790 Views
  • 7 replies
  • 0 kudos

STM32L552CCT6 Read Protection Question

I want to apply Read Protection to the STM32L552CCT6 .​If you execute HAL_FLASH_OB_Launch(); after setting Read Protection, reboot does not work.​Read Protection is applied only when the power is physically rebooted.I want Read Protection to be appli...

KJoon.1 by Associate
  • 689 Views
  • 2 replies
  • 0 kudos

Stack Heap Size of STM32G474VE

HiWhat is the maximum Stack and Heap size of a STM32G474VE with the SBSFU Bootloader 2 Image version?In the icf file the settings are at 0x400 and 0x200 which is really low./*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; define symbol __IC...

dominik by Senior
  • 520 Views
  • 0 replies
  • 0 kudos