STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429ZIT Read out protection RDP=2 long time

Posted on November 22, 2017 at 14:23Hello all,Our product is being programmed on test bench and after that it is locked setting the readout protection to level 2 (RDP level 2).My question is - is it normal for this process to take about 3 minutes?Ar...

X-CUBE-CRYPTOLIB memory

Posted on October 23, 2017 at 10:41Hi,I'm using X-CUBE-CRYPTOLIB 3.1.0.All RSA_PKCS1v15_* functions uses a 'membuf_stt *P_pMemBuf)' parameter.The documentation says : 'The structure pointed by P_pMemBuf must be properly initialized.'In the examples ...

HW AES with X-CUBE-CRYPTOLIB: using DMA?

Posted on October 19, 2017 at 11:21Hello,I am using the STM crypto library X-CUBE-CRYPTOLIB (there are several libraries and I could not find out which one was recommended so I picked the most recent one) with an STM32F417.I can't find any informati...

Protect STM32F407 flash memory from readout

Posted on October 02, 2017 at 17:36My current project involves some pretty complicated logic, required for firmware update over the air. So I ended up with solution, which contains bootloader and application code, compiled separately. My current mem...

0690X00000608SMQAY.png
vadim2 by Associate II
  • 441 Views
  • 2 replies
  • 0 kudos

H7: CRCDATAR vs CRDATAR1 vs CRCDATAR2

Posted on September 23, 2017 at 14:10Hello,rm0433 rev 3 and stm32h742xx.h header are not consistant about CRCDATARx.From the description in rm0433 3.3.6, is seem that there are CRDATAR1 and CRCDATAR2.rm0433 3.5 only lists CRCDATAR at offset 0x5c and...

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