STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 Flash Code Readout Protection

Posted on August 07, 2017 at 12:40Are there any examples of enabling (level 1) and disabling code readout protection for stm32f7?I have just tried this on an stm32f767 based on code that worked for stm32f4xx and I seem to have 'bricked' the microcon...

Danish1 by Lead II
  • 410 Views
  • 4 replies
  • 0 kudos

STM32 CryptoLib - Verifyin on Linux machine

Posted on February 13, 2017 at 13:01Hello everybody,I'm tryin to make a Nucleo-F401 sign a message and then verify this message on a Linux machine. Currently I am able to inject both private and public key into the STM32F401RE (and, starting from EC...

Secure Boot on STM32L475 Discovery IoT kit

Posted on March 17, 2018 at 20:14Hi I want to PORT X-CUBE-SBSFU on to STM32L475 Discovery IoT kit.I want to know what are the initial steps i need to do for PORTING SBSFU on any nucleo Board.Thanks Phanirajkiran#iot-node #device-security #secure-boo...

Secure Boot On STM32L4RQX

Posted on March 12, 2018 at 07:21Hi How do i proceed to write a &sharpsecure boot on STM32L4RXX, with out &sharpHW Crypto. I need to make it by Software later i want to use the HW Crypto provided. Thanks.,Phani#secure-boot

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 ...