STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 517 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
  • 775 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
  • 1286 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H735AGI6 RNG non working

the function MX_RNG_Init failsHAL_RNG_Init returns t.o.: while (HAL_IS_BIT_SET(hrng->Instance->CR, RNG_CR_CONDRST)) {  if ((HAL_GetTick() - tickstart) > RNG_TIMEOUT_VALUE)  {   /* New check to avoid false timeout detection in case of preemption */   ...

mzenn.280 by Associate II
  • 1109 Views
  • 3 replies
  • 0 kudos