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

Hardfault in RDP Level Change

Hello, I am writing code for changing the RDP Level, but I am facing a hard fault trigger in the code:this is the line after unlocking the FLASH_CR_LOCK, and FLASH_CR_OPTLOCK. After unlocking able to change the RDP level to 1 or 2 but as soon the deb...

PoojaAgri by Associate II
  • 1262 Views
  • 5 replies
  • 3 kudos

Resolved! SBSFU SFB update package size question

Hello,I am developing an application on STM32H7 MCU which uses SBSFU bootloader for secure firmware updates. I am trying to combine the SFB update package with some additional data in a single binary file that is sent for the firmware. To make this w...

sute by Associate III
  • 850 Views
  • 1 replies
  • 0 kudos

SFI Step-by-step on STM32 boards with STM32HSM-V2AE

Hi,I have a STM32HSM-V2AE and I tried to follow de "SFI Step-by-step on STM32 boards". In the part of "HSM programming" I connect the STM32HSM-V2AE to the computer with the smart card reader HID OMNIKEY 3121 but I have the following error:Error: HSM ...

mikel-m by Associate III
  • 623 Views
  • 1 replies
  • 0 kudos

Firmware Encryption and Updation

Dear Support Team,I am currently working on a project involving the STM32H5 microcontroller and I am in need of a document that details the process of firmware encryption, decryption, and update for this device. I have previously used the UM2262 docu...

Hitesh_Aratek_0-1715838105887.png

Resolved! Error connecting board to STM32CubeProgrammer

Hello,I have NUCLEO-U575ZI-Q board and I have followed the steps to generate an SFI file from the video "STM32Trust Video Series: X-Cube-SFI Part 3-Out-of-the-box". I managed to generate the SFI file correctly but when I tried to install the firmware...

mikel-m by Associate III
  • 801 Views
  • 1 replies
  • 0 kudos

SBSFU - resize SBSFU Code to bigger

I've implemented on my own board (MCU STM32WLE5CCU6) bootloader SBSFU from example 'STM32Cube_FW_WL_V1.3.0\NUCLEO-WL55JC\BFU_1_Slot'. Everything works ok.In my own aplication i must change download channel from usart to by radio FSK. Because of handl...