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

Enable and disable write protection stm32l4

Posted on March 05, 2018 at 19:18I am new to stm32 micro-controller.  I have a question regards to how to enable and disable write protection with stm32l4 chip.  My goal is first I will check if user application is write protected or not, if it is t...

Use stm32 crc to compare DS18B20 crc

Posted on February 25, 2018 at 11:10Hello friend,I have DS18B20. And I read his uniq ID with CRC.And I know, that STM has crc calculator. So I read data from DS18B20: 0xab 0x1 0x4b 0x46 0x7f 0xff 0x5 0x10 : CRC 0x92And I use internal calculator on ...

STM32-CRYP-LIB download problem

Posted on February 14, 2018 at 18:39Hy.I would like to download the crypto library. When I click the request software button, a form shows up. I fill the form correctly, but nothing happens, I cannot download the software.I really need the library. ...

CRC32 calculation in C#

Posted on August 04, 2014 at 10:47 Hi, I created a C# class which calculates the CRC32 checksum exactly like the STM This may be useful to others: using System; using System.Collections.Generic; using System.Linq; using ...

RSA CRYPTO LIBRARY

Posted on February 01, 2018 at 14:46Hi.I'm using an RSA cryptographic library and I have a big issue with the verification process.ST crypto library for RSA has a 'standard' module, message, key pairs and signatures in its main program.I need to use...

Trouble with the CRC unit on STM32F407

Posted on January 17, 2018 at 10:52Hello everyoneI have some trouble with the CRC unit on my STM32F407 MCU.Before each time I am going to use it to calculate a checksum, I reset it and after doing so I double check that the CRC data register (CRC_DR...

Nils B by Associate II
  • 2869 Views
  • 11 replies
  • 0 kudos

X-CUBE-CRYPTOLIB AES-CCM optimization

Posted on January 26, 2018 at 09:27Hi,I'm using AES CCM algorithm from X-CUBE-CRYPTOLIB (STM32AccHwCryptoV3.1.0_L4_KEIL_otslsm1elfspf.lib) in sensitive real time system and unfortunelaty it does not fit our time requirement. We would like to investi...

Readout protection only for Flash, not EEPROM possible?

Posted on January 24, 2018 at 15:19Hi,we are facing troubles with the readout Protection on the STM32L0: when you secure the chip and then want to do a firmware update, the Settings and serial numbers in EEPROM also are erased. Can we somehow protec...

STM32F407 and CRC

Posted on January 19, 2018 at 11:55Hello friends.I created CRC calculator, but I don't know, how to compare results.My input data:uint32_t data[16] = {       0x1234, 0x456, 0x78, 0x09,       0x10, 0x100, 0x1000, 0x01,       0x54, 0x35, 0x98, 0x2432,...