STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problem implementing cryptographic library in stm32h747

I am using STM32H747BI MCU and I have one project to write the data to flash memory. I am using core 7 to write the data to flash. While writing, I have to encrypt the data. So I requested cryptographic library software expansion from STM32 and they ...

SLuit.1 by Associate III
  • 1418 Views
  • 5 replies
  • 0 kudos

Resolved! SECoreBin postbuild.sh

Hello guys,I was setting up my STM32CubeIDE to use the SBSFU sample projets. I'm facing a issue with SECore engine, more specific the postbuild.sh script.When i compile SE, i get the following message:ln: failed to create symbolic link '../../postbui...

MBuen.1 by Senior
  • 547 Views
  • 2 replies
  • 0 kudos

SBSFU with STM32F469/STM32F479 and SPI flash

Hi everyone,I am using STM32F469/STM32F479 and want to integrate SBSFU with an SPI flash. Basically the active image is in MCU's 1 Mbytes flash and downloaded image is in the external flash. There are several questions I would like to know before I s...

SL61 by Associate II
  • 462 Views
  • 1 replies
  • 0 kudos

Ethernet Init fail with sbsfu bootloader

Hello everyone!I am testing my own firmware with the sbsfu bootloader (stm32h723). I have the problem that when the MCU is trying to set up the ethernet the board will die.The ETH region is protected by MPU and before enabling it in my app I disable...