STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Firmware authenticity verification with ECDSA

Hello,I am using the X-CUBE-SBSFU package with the KMS to perform firmware update on my ST MCU.To verify the authenticity of the firmware I use ECDSA. However, I don't understand why I only need to provide a private key but not the public key. If I u...

BEnge.1 by Associate III
  • 3834 Views
  • 4 replies
  • 1 kudos

NUCLEO-H745ZI-Q SBSFU adaptation cannot boot CM4 image.

Hello, I am trying to adapt the H753xx SBSFU implementation to the H745xx dual core board.I have so far configured a second slot by creating a second MPU region of 1KB to protect the header of the second slot, as well as changing the security checks ...

AKhri.1 by Associate II
  • 378 Views
  • 2 replies
  • 0 kudos

Add a binary header and a sbsfu segment to an elf file

I have a problem with merge SBSFU .elf file and application .elf.I prepared:SBSFU.elf - addresses in linker script: 0x08000000 - 0x08020000application.elf - 0x08020400 - 0x081FFFFFheader.bin - size: 1024BSo I suppose, that like in SBSFU example heade...

MButk.1 by Associate
  • 786 Views
  • 8 replies
  • 1 kudos

Resolved! How to integrate SBSFU in STM32U585 series

Hello support team,Have a Nice day.I am working on STM32U585ZIT6 Controller and investigating SBSFU for firmware upgrading.I list our specifications for a custom bootloader below.Enable TrustZoneEnable Dual bankRun time firmware write in the second b...

How to validate an image with security features enabled?

Hi all,In our project we have enabled the ENABLE_IMAGE_STATE_HANDLING flag and download an image via YMODEM transfer to our NUCLEO-L476RG. However, when we try to validate the image by calling SE_APP_ValidateFw(), our STM reboots and does a rollback....

ac_gd by Associate II
  • 1826 Views
  • 15 replies
  • 0 kudos

wireless stack did not start and stop in SBSFU

Hi,I am replacing Standalone Loader(Ymodem serial) and porting BLE_OTA in SBSFU as mention in AN5056 section 8.4 How to replace the standalone loader with a BLE OTA loader i am successfully ported and run BLE OTA but as wireless stack not started it ...

asala.19 by Associate III
  • 565 Views
  • 7 replies
  • 0 kudos