STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DCRCFAIL in data transfer using CMD53

Posted on September 21, 2017 at 13:03Hello All,I am using STM32F767ZI Nucleo Board. I am getting DCRCFAIL in data transfer using CMD53 in SDIO.Any possible reason for CRC failure? Could there be any relation to clock out from SDMMC adapter?I am able...

Problem enabling RNG on STM32F407

Posted on March 24, 2016 at 14:16Hi, I cannot manage to enable the RNG that is on my STM32F407VG. Using https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f4/stm32f4-discovery/random/random.c, setting the RNGEN bit in RNG_C...

Resolved! STM32L0 Read protection + Embedded Bootloader

Posted on August 07, 2017 at 13:57Hi forum,For my project, I use the STM32L0G6 MCU. My goal is to program the device, and then protect it against read-out, such that no copy of the firmware can be done.I also use the embedded bootloader ( see http:/...

Jules H by Associate II
  • 360 Views
  • 1 replies
  • 0 kudos

AES with STEVAL-IDB006V1

Posted on May 29, 2017 at 21:16I'm trying to use AES with STEVAL-IDB006V1. I'm using some utilities from stm32l1xx_aes_util.c file.I have enabled RCC_AHBPeriph_AES with the command RCC_AHBPeriphClockCmd(RCC_AHBPeriph_AES, ENABLE);but when the applic...

HAL_FLASH_ERROR_WRP

Posted on August 04, 2017 at 11:48Hi,I have a legacy device, a bootloader, running on a STM32F101CBT6.I don't have it's code, so I'm not sure of what's it doing exactly... but I know it locks the flash.My goal is to upload an application, with a pay...

How to program config data in a read-protected device

Posted on July 13, 2017 at 18:04Hi all,I am using the STM32L011G3U6 with 8kB FLASH.We deliver this chip programmed with a firmware that is read protected (RDPROT = Level 1)Our customer should be able to write certain data in predefined non-volatile ...

M F by Associate II
  • 353 Views
  • 3 replies
  • 0 kudos

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
  • 563 Views
  • 5 replies
  • 0 kudos