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

Warnings while using CRC drverfiles

Hello All,We have designed a custom board with STM32F777IITx MCU on it, where i am using ST Micro's CubeMX with Atollic True Studio for developing the code.Now I am also using a USB host peripheral and reading data from USB device now this data read ...

0690X00000AsYRiQAN.png

Resolved! LwIP with SBSFU

Hello,I'm trying to get LwIP working on a STM32F769I-DISC1 board but with the SBSFU bootloader.I started out with a basic project, generated with CubeMx, that sends UDP packets every 500ms (no operating system, just LwIP Raw API). This works, the boa...

Arno1 by Senior
  • 1712 Views
  • 10 replies
  • 0 kudos

Protect firmware updates.

Hi all!,In the case of a commercial device, who need periodic firmaware updates, is there a way to protect those updates in order to avoid for being copied and cloned?Someone can point me to a read about it?

JAlca by Senior
  • 599 Views
  • 3 replies
  • 0 kudos

Import Elliptic Curve Keys From .pem Files

Hi, I am coding on the NUCLEO H753ZI board with the pack for embedded cryptography (x-cube-cryptolib-3.1.2). While this folder provides example with hardcoded keys, it does not provide an example with keys imported from a file. Typically, I would lik...

EBonv by Associate III
  • 616 Views
  • 2 replies
  • 0 kudos

STM32CryptographicV3.1.1_STM32H7 and RNG

Hello togetherI use the following library to create random numbers:- LibraryThe sample project runs on my NUCLEO-144 H743ZI. The problem is that the same byte array (RandomString) is generated at every time. *****************************************...

CRC generation while generating binary file

Hello All,We have designed a Custom Board with STM32F777 MCU chip and are using Atollic Truestudio with ST Micro's CubeMX for development.I have implemented a USB boot loader for the same hardware which is working fine with the Custom Board.Now i wan...