STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE support for TFM Application ?

I wish to try the TFM application on my B-U585I-IOT02A demo board. But the support for STM32CubeIDE has disappeared in FW_v1.1.0. Is there any reason for that, or can I copy the project from patch_cube5_v.1.0..2, though the source files have signific...

ELuca.2 by Associate II
  • 598 Views
  • 2 replies
  • 0 kudos

Resolved! is ACTIVE SLOT Header protected ??

From SBSFU examples, with default SECUSER memory setting except reading from OB registers, it is only protecting SBSFU area alone.Are we need to protect SBSFU + ACT_SLOT HEADER (1024 Bytes for H7) area as well right ??So what is your recommendation o...

SPati.7 by Associate III
  • 1713 Views
  • 17 replies
  • 0 kudos

STM32F777 - CRYP Coprocessor not setting the key

Hello,I'm currently using an STM32F777 MCU with the Keil MDK. I want to run an HTTPS serer on this system, and I set up mbedTLS with Keil's network component (using the TLS_ECDHE_ECDSA_AESGCM128 cipher suite). By default, it takes around 6 seconds fo...

Resolved! SBSFU combined elf - application erased by bootloader

I am trying to run a debug session with the built application which is built upon the secure bootloader. Note: All security mechanisms are disabled for debugging purposes.The issue seems to be the combined elf file. Loading this using a debugger, the...

MBirk.1 by Associate II
  • 620 Views
  • 1 replies
  • 2 kudos

How to Port SBSFU to Linux Environment ??

I worked on POC for X-CUBE-SBSFU in windows environment. It is all working fine without any issues.Now the challenge is, we need to migrate SBSFU source to be compiled in Ubuntu Linux environment. I am struggling to do this, and getting lot of errors...

SPati.7 by Associate III
  • 1057 Views
  • 4 replies
  • 0 kudos

What are Boot Steps of STM32H7 Secure Mode

As per my understanding Secure Mode of STM32H7 as follows:RESET => Enter System Boot loader => Program OB register content => If (SECURITY) => RSS Boot => Configure Secure User Memory => Jump to Secure User memory on User Flash.I have two open questi...

SPati.7 by Associate III
  • 1633 Views
  • 5 replies
  • 1 kudos

is the Asymmetric Cryptography supports ECC NIST256p keys only ..?? Because i tried to generate ECC private key with help of "secp256k1" and got compilation error as NOT SUPPORTED,

Self Generation script is like this :def generate():       return ECDSA256P1(SigningKey.generate(curve=NIST256p))KEY EXTRACTIONkey = SigningKey.from_pem(pem)       if key.curve.name == 'NIST256p':           return ECDSA256P1(key)       else:         ...

SPati.7 by Associate III
  • 1221 Views
  • 9 replies
  • 0 kudos