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

Suggestions about security?

Hello, I'm working for an MNC and we use stm32l431cc. And I have to implement firmware updates over the air.physical connection:TARGET DEVICE <---UART----> External IOT DEVICE (GSM MODULE) which can be plugged in and out <----> Cloud service.For the ...

Vmere.1 by Senior
  • 708 Views
  • 3 replies
  • 0 kudos

What you need to do to enable debugging for SECoreBin?

Hi,My custom SBSFU_UserApp.bin failed the header signature verification in slot SLOT_ACTIVE_1 when I tried to execute it on the STM32H7B3I-DK board.To replace ECDSA with RSA signing verification, I have changed se_crypto_bootloader.c.SECoreBin projec...

speak.1 by Associate
  • 641 Views
  • 1 replies
  • 0 kudos

Cryptolib: ECDSA Public key format

Hello,I try to verify data with cmox_ecdsa_verify. It fails with CMOX_ECC_ERR_BAD_PARAMETERS. I think my public key has the wrong format, because the buffer CMOX_ECC_SECP384R1_PUBKEY_LEN is 96. My key has the length of 120 bytes.I have exported my pu...

ABach.5 by Associate
  • 963 Views
  • 1 replies
  • 0 kudos

SBSFU Implementation in Nucleo STM32H743ZI Board.

   1. I need to implement SBSFU (Secure Boot and Secure Firmware Update) in my Nucleo STM32H743ZI Board, but the SBSFU package is available for STM32H753ZI, STM32H7B3I-DK, STM32H750B-DK board. So Which Package is best for the Nucleo STM32H743ZI board...

pragnesh by Associate III
  • 1639 Views
  • 6 replies
  • 0 kudos