STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 random number generation validation

Hello all,I am working on a cryptography project based on STM32F407VGT micro controller, in which I need to generate random data using inbuilt RNG peripheral. I dump this random data to my Ubuntu 16.04 host machine using USB in CDC mode and using l...

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
  • 729 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
  • 321 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
  • 305 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. *****************************************...