STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1869 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
  • 659 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
  • 1131 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
  • 1765 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
  • 1311 Views
  • 9 replies
  • 0 kudos