STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Jump to bootloader and Read out protection conflict

Posted on June 23, 2017 at 04:01Hi everyone!I'm using STM32F105 MCU , and I'd like to explore built-in DFU featureWhen I set BOOT0/BOOT1 pins per datasheet and reboot the MCU, the feature always works ok no matter how read out protection is set in o...

yury by Associate II
  • 907 Views
  • 5 replies
  • 0 kudos

stm32w108 read out protection

Posted on June 21, 2017 at 10:14I tried to enable the read out protection on a stm32w108 using stm32 stlink utility. The problem is that the process fails, and I end up having three locked full erased chips. The option byte reports that rdp is enabl...

STM32F746 USB OTG clock value??

Posted on June 16, 2017 at 12:10Hi,The ProblemI am running uCLinux on the STM32F746. I am using a gadgetfs-based mass storage device with the SD card for a backing file. The USB PHY is an external SMSC ULPI chip. This works fine when connected to mo...

STM32F4xx RDP (Read Protection) Level 1 Help

Posted on July 02, 2015 at 17:53Hello all,I am new to this forum but it has so far been a very good resource for me to learn how to work with the STM32F4 MCU.I have managed to enable RDP Level 1 using software but I was wondering if there was a way ...

michaels by Associate II
  • 870 Views
  • 4 replies
  • 0 kudos

HASH CR->MODE issue in HAL Library

Posted on May 12, 2017 at 16:28I found a issue in the latest HAL Libary. * @file    stm32f4xx_hal_hash.h  * @author  MCD Application Team  * @version V1.6.0  * @date    04-November-2016  * @brief   Header file of HASH HAL module.Inside HASH->CR regi...

STM32f1 HAL SPI DMA with CRC timeout

Posted on April 28, 2017 at 10:40I have two STM32F103 connected together with SPI in full duplex mode. They changing 700 halword with DMA and CRC enabled. The communication is fine (no crc or other error) but there is this line of code in the SPI_DM...

How to calculate CRC register values?

Posted on April 22, 2016 at 12:31Hi,I need to implement an existing circa algorithm [1]. I have a table driven C implementation, but I would like to use the STM32L4 CRC peripheral. I�ve read the chapter in the reference manual, and I know which para...

torsten2 by Associate II
  • 1076 Views
  • 7 replies
  • 0 kudos

CRYP_AES Funtions Always Return 0

Posted on March 28, 2017 at 12:38 Hi I m using stm32f4 for my project. My project has AES encryption and decryption parts. I using standard peripheral librarys. Standard peripheral library has http://www.hanese.nl/STM32/stm32f4stdlibrary...

X-CUBE-CRYPTOLIB

Posted on March 02, 2017 at 13:13Hello,I've already written on the forum without luck. I'm in trouble trying to figure out how to verify a message signed using ECDSAsign function. Locally it seems to work, but if I export the signed hash, it is not ...