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! STM32H503 cannot perform regression

Hello.  I am experimenting with securing a STM32H503 using password authentication, which will ultimately be an automated process.I created a simple password for testing and created the password hash in board_password.bin and da_password.bin(just for...

RGari by Associate III
  • 3624 Views
  • 28 replies
  • 0 kudos

Legacy SBSFU KMS on an STM32F4

I have legacy SBSFU based system running on an stm32f429 for a few years now, based on the STM32F413ZHT6 demo code that was present in the package. I am now interesting to using the KMS feature of SBSFU but after reading um2622 /seeing https://www.yo...

BPeet.1 by Associate
  • 84 Views
  • 1 replies
  • 0 kudos

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
  • 85 Views
  • 6 replies
  • 1 kudos

Integrating TouchGFX and SBSFU

I am trying to integrate a very simple TouchGFX Application into the SBSFU (I only really need SB right now) application, on STM32U5A9J-DKI've switched out the Nonsecure application for mine, I've modified flash_layout to do primary only, no external...

JoeMck by Associate II
  • 195 Views
  • 3 replies
  • 0 kudos

Resolved! Correct forum for MOOC - Security?

I've been watching the MOOC - Security series and had some questions.  There is a link in the info block to a forum for any questions, but the link no longer works.  https://www.youtube.com/watch?v=g7ykhnmh7sAIs this the right place?I got to the end ...

KDesr.1 by Associate III
  • 82 Views
  • 3 replies
  • 0 kudos

Secure Boot research

Can you help with new research on secure boot?   I am a cyber security researcher at the University of Bristol in the UK. I would like to your views on Secure boot.   My area of interest is developer-centred security, specifically in the issues that ...

fe23957 by Associate
  • 61 Views
  • 0 replies
  • 0 kudos

Secure Firmware update

I am working with the STM32U585RIT6 and need to implement a secure firmware update. In my application code, I don’t want to handle flash management or low-level update logic. I only want to generate a secure binary file and perform the update.I revie...